From e1b53693599a6ea6082bcdfac0517fb039372f08 Mon Sep 17 00:00:00 2001 From: Urban Müller Date: Thu, 29 Nov 2007 18:40:13 +0000 Subject: better detect unset $dummy --- auto_prepend.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- cgit v1.2.3