diff options
Diffstat (limited to 'lib/omb.php')
-rw-r--r-- | lib/omb.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/omb.php b/lib/omb.php index 9efdaff62..5f31de42c 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) { |