summaryrefslogtreecommitdiff
path: root/text.class
diff options
context:
space:
mode:
authorChristian Schneider2006-12-26 14:35:16 +0000
committerChristian Schneider2006-12-26 14:35:16 +0000
commit3ab5a20ae3a9b62c1094396e8fa8217171b12f99 (patch)
tree2bd5ca54151331f0527f799d6f685ddc2efdcfea /text.class
parentad91e2b50a2b5d2fdc704dd3b594f01386b460fd (diff)
downloaditools-3ab5a20ae3a9b62c1094396e8fa8217171b12f99.tar.gz
itools-3ab5a20ae3a9b62c1094396e8fa8217171b12f99.tar.bz2
itools-3ab5a20ae3a9b62c1094396e8fa8217171b12f99.zip
Make itools fully old syntax again
Diffstat (limited to 'text.class')
-rw-r--r--text.class2
1 files changed, 1 insertions, 1 deletions
diff --git a/text.class b/text.class
index 60a54fd..9db215b 100644
--- a/text.class
+++ b/text.class
@@ -353,7 +353,7 @@ function dump_php()
natsort($keys);
foreach($keys as $key)
$text[$key] = $this->statictext[$key];
- $this->statictext = array_merge('_' => $text['_'], $text);
+ $this->statictext = array_merge(array('_' => $text['_']), $text);
$oldmask = umask(002);
if ($f = fopen($this->phpfile, 'w'))