summaryrefslogtreecommitdiff
path: root/it_text.class
diff options
context:
space:
mode:
authorChristian Schneider2019-02-12 14:50:15 +0100
committerChristian Schneider2019-02-12 14:50:15 +0100
commit2a1db64b3ab5e0050807f7f9dbcfe29b72809aaa (patch)
tree2b106438df71fdd2f797a4320f1950008a1d8589 /it_text.class
parentaafd95fc673f850503fdbe342ce17cdbd24d5c49 (diff)
downloaditools-2a1db64b3ab5e0050807f7f9dbcfe29b72809aaa.tar.gz
itools-2a1db64b3ab5e0050807f7f9dbcfe29b72809aaa.tar.bz2
itools-2a1db64b3ab5e0050807f7f9dbcfe29b72809aaa.zip
Migrate old style constructors to __construct, temporary transition functions for it_dbi (map, mapgen) and it_user (ad, login_user)
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 42753a8..69b2e0e 100644
--- a/it_text.class
+++ b/it_text.class
@@ -38,7 +38,7 @@ class it_text
* @param $p['phpfiles'] text files to load in addition to $p['phpfile'] (Note: $p['phpfile'] defaults to all texts.php files in include path)
* @param $p['transmogrifiers'] comma separated functions that may be called by using {foo:bar} (foo will be called with bar as argument) in T()
*/
-function it_text($p = array())
+function __construct($p = array())
{
if (!$p['phpfile'])
{