mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 09:05:16 +01:00
modified writeLangFile to be called via [write Langfile] in the eTemplate editor
This commit is contained in:
parent
87f812451a
commit
cb2503a55b
@ -1562,7 +1562,7 @@
|
|||||||
/*!
|
/*!
|
||||||
@function writeLangFile
|
@function writeLangFile
|
||||||
@abstract writes langfile with all templates and messages registered here
|
@abstract writes langfile with all templates and messages registered here
|
||||||
@discussion call as http://domain/phpgroupware/index.php?menuaction=infolog.uiinfolog.writeLangFile
|
@discussion called via [write Langfile] in the etemplate-editor or as http://domain/phpgroupware/index.php?menuaction=infolog.uiinfolog.writeLangFile
|
||||||
*/
|
*/
|
||||||
function writeLangFile()
|
function writeLangFile()
|
||||||
{
|
{
|
||||||
@ -1574,7 +1574,6 @@
|
|||||||
{
|
{
|
||||||
$extra += $msg_arr;
|
$extra += $msg_arr;
|
||||||
}
|
}
|
||||||
_debug_array($extra);
|
return $this->tmpl->writeLangFile('infolog','en',$extra);
|
||||||
echo $this->tmpl->writeLangFile('infolog','en',$extra);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user