diff options
Diffstat (limited to 'auto_prepend.php')
-rw-r--r-- | auto_prepend.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/auto_prepend.php b/auto_prepend.php index 7500061..6109726 100644 --- a/auto_prepend.php +++ b/auto_prepend.php @@ -89,7 +89,7 @@ function EDX() * @param $language Optional language to return text in * @return Localized text string */ -function T($label, $language = null, $dummy = false) +function T($label, $language = null, $dummy = null) { it_text::init(); return $GLOBALS['it_text']->text($label, $language, $dummy); |