fix dynamically-created code

darcs-hash:20080602180108-84dde-c499dd9734e87081a3d7124c5b6ef885dc346670.gz
This commit is contained in:
Evan Prodromou 2008-06-02 14:01:08 -04:00
parent 3abe0290b7
commit 74bec95032
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@ function omb_hmac_sha1() {
function omb_service_filter($type) {
return create_function('$s',
'return omb_match_service($s, \''.$type.'\'');
'return omb_match_service($s, \''.$type.'\');');
}
function omb_match_service($service, $type) {