From: Evan Prodromou Date: Mon, 2 Jun 2008 18:01:08 +0000 (-0400) Subject: fix dynamically-created code X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=74bec9503281d6a18c8b56b03e57d58ce9c4eddf;p=quix0rs-gnu-social.git fix dynamically-created code darcs-hash:20080602180108-84dde-c499dd9734e87081a3d7124c5b6ef885dc346670.gz --- 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) {