diff options
Diffstat (limited to 'it_text.class')
-rw-r--r-- | it_text.class | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/it_text.class b/it_text.class index 57dfda5..7b47e92 100644 --- a/it_text.class +++ b/it_text.class @@ -115,7 +115,7 @@ function initlang($code) /** * Instanciate singleton if necessary */ -function init() +static function init() { if (!$GLOBALS['it_text']) new it_text; |