From 74bec9503281d6a18c8b56b03e57d58ce9c4eddf Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Mon, 2 Jun 2008 14:01:08 -0400 Subject: [PATCH] fix dynamically-created code darcs-hash:20080602180108-84dde-c499dd9734e87081a3d7124c5b6ef885dc346670.gz --- lib/omb.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {