From: cash Date: Thu, 17 Dec 2009 12:47:23 +0000 (+0000) Subject: perhaps this is what Brett intended with the new mb_wrapper code X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=e086d9c17d513b08d1625e4d3b2dc0235f4e4030;p=lorea%2Felgg.git perhaps this is what Brett intended with the new mb_wrapper code git-svn-id: http://code.elgg.org/elgg/trunk@3767 36083f99-b078-4883-b0ff-0f9b5a30f544 --- diff --git a/engine/lib/mb_wrapper.php b/engine/lib/mb_wrapper.php index 2e3b8b519..8695f038c 100644 --- a/engine/lib/mb_wrapper.php +++ b/engine/lib/mb_wrapper.php @@ -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();