diff options
Diffstat (limited to 'text.class')
-rw-r--r-- | text.class | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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')) |