]> gitweb.fluxo.info Git - lorea/elgg.git/commitdiff
perhaps this is what Brett intended with the new mb_wrapper code
authorcash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544>
Thu, 17 Dec 2009 12:47:23 +0000 (12:47 +0000)
committercash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544>
Thu, 17 Dec 2009 12:47:23 +0000 (12:47 +0000)
git-svn-id: http://code.elgg.org/elgg/trunk@3767 36083f99-b078-4883-b0ff-0f9b5a30f544

engine/lib/mb_wrapper.php

index 2e3b8b519ccf2eba403fb1dbcdd9636a58a7fcb9..8695f038c096d4e11cbf1385bd0b573785ac2a09 100644 (file)
@@ -30,6 +30,7 @@ $str_funcs = array(
 $eval_statement = '';
 foreach ($str_funcs as $func) {
        // create wrapper function passing in the same args as given
+       $mb_func = "mb_$func";
        $eval_statement .= "
        function elgg_$func() {
                \$args = func_get_args();