diff --git a/lib/omb.php b/lib/omb.php index 9efdaff622..5f31de42c1 100644 --- a/lib/omb.php +++ b/lib/omb.php @@ -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) {