diff options
author | Urban Müller | 2013-01-31 16:24:12 +0000 |
---|---|---|
committer | Urban Müller | 2013-01-31 16:24:12 +0000 |
commit | ca62110b9ec5e7f5157aa34dd0fc48b2c3f24a73 (patch) | |
tree | 114590837c21c3c348495ad1295cc3070deb5620 /it_text.class | |
parent | 1786f3c08e42c33e52673544138941d0c71fd283 (diff) | |
download | itools-ca62110b9ec5e7f5157aa34dd0fc48b2c3f24a73.tar.gz itools-ca62110b9ec5e7f5157aa34dd0fc48b2c3f24a73.tar.bz2 itools-ca62110b9ec5e7f5157aa34dd0fc48b2c3f24a73.zip |
declare functions static
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; |