summaryrefslogtreecommitdiff
path: root/text.class
diff options
context:
space:
mode:
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'))