]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
fix dynamically-created code
authorEvan Prodromou <evan@prodromou.name>
Mon, 2 Jun 2008 18:01:08 +0000 (14:01 -0400)
committerEvan Prodromou <evan@prodromou.name>
Mon, 2 Jun 2008 18:01:08 +0000 (14:01 -0400)
darcs-hash:20080602180108-84dde-c499dd9734e87081a3d7124c5b6ef885dc346670.gz

lib/omb.php

index 9efdaff622b9fc5295714d3275aae86b91468801..5f31de42c1c9cd1252428ba941bd736a20580996 100644 (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) {