mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-22 16:03:47 +01:00
"allow 'test' in template name for application == 'test'"
This commit is contained in:
parent
e2b6cdc800
commit
10c390a654
@ -959,7 +959,7 @@ class soetemplate
|
||||
{
|
||||
if (($keys['name'] != $last['name'] || // write only newest version
|
||||
$keys['template'] != $last['template']) &&
|
||||
strpos($keys['name'],'test') === false)
|
||||
(strpos($keys['name'],'test') === false || $app == 'test'))
|
||||
{
|
||||
$tpl->read($keys);
|
||||
$to_trans += $tpl->getToTranslate();
|
||||
|
Loading…
Reference in New Issue
Block a user