From 9ad25fa3a0325f3702b4118cacc32cef8769ede5 Mon Sep 17 00:00:00 2001 From: Urban Müller Date: Wed, 9 Apr 2014 16:46:45 +0200 Subject: allow override of U function --- auto_prepend.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/auto_prepend.php b/auto_prepend.php index de6e741..65be69f 100644 --- a/auto_prepend.php +++ b/auto_prepend.php @@ -155,7 +155,7 @@ function T_exists($label, $language = null) function U(/* ... */) { $args = func_get_args(); - return call_user_func_array(array('it_html', 'U'), $args); + return call_user_func_array(array($GLOBALS['it_html'], 'U'), $args); } -- cgit v1.2.3