summaryrefslogtreecommitdiff
path: root/it_text.class
diff options
context:
space:
mode:
authorUrban Müller2013-01-31 16:24:12 +0000
committerUrban Müller2013-01-31 16:24:12 +0000
commitca62110b9ec5e7f5157aa34dd0fc48b2c3f24a73 (patch)
tree114590837c21c3c348495ad1295cc3070deb5620 /it_text.class
parent1786f3c08e42c33e52673544138941d0c71fd283 (diff)
downloaditools-ca62110b9ec5e7f5157aa34dd0fc48b2c3f24a73.tar.gz
itools-ca62110b9ec5e7f5157aa34dd0fc48b2c3f24a73.tar.bz2
itools-ca62110b9ec5e7f5157aa34dd0fc48b2c3f24a73.zip
declare functions static
Diffstat (limited to 'it_text.class')
-rw-r--r--it_text.class2
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;