mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 09:05:16 +01:00
typo
This commit is contained in:
parent
ce9c339c87
commit
84e8c11710
@ -61,7 +61,7 @@
|
||||
while ($data = fgets($fp,8000))
|
||||
{
|
||||
// explode with "\t" and removing "\n" with str_replace, needed to work with mbstring.overload=7
|
||||
list($message_id,,,$content) = explode("\n",$data);
|
||||
list($message_id,,,$content) = explode("\t",$data);
|
||||
$this->langarray[strtolower(trim($message_id))] = str_replace("\n",'',$content);
|
||||
}
|
||||
fclose($fp);
|
||||
|
Loading…
Reference in New Issue
Block a user