diff options
author | Urban Müller | 2007-11-29 18:40:13 +0000 |
---|---|---|
committer | Urban Müller | 2007-11-29 18:40:13 +0000 |
commit | e1b53693599a6ea6082bcdfac0517fb039372f08 (patch) | |
tree | 6ec79b07e80b64fa5ef94ccbd40a7c725eb9fe15 /auto_prepend.php | |
parent | 38d0eb38626ceb7fb32968d2dce901d8d519714b (diff) | |
download | itools-e1b53693599a6ea6082bcdfac0517fb039372f08.tar.gz itools-e1b53693599a6ea6082bcdfac0517fb039372f08.tar.bz2 itools-e1b53693599a6ea6082bcdfac0517fb039372f08.zip |
better detect unset $dummy
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); |