mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:20 +01:00
fixed typo according to patch [ 983936 ] Problem with language preferences
This commit is contained in:
parent
026c103016
commit
f9c991624a
@ -282,7 +282,7 @@
|
||||
{
|
||||
$title = $app_name = $this->db->f('app_name');
|
||||
|
||||
if (@is_array($GLOBALS['phpgw_info']['user']['preferences']) &
|
||||
if (@is_array($GLOBALS['phpgw_info']['user']['preferences']) &&
|
||||
($t = lang($app_name)) != $app_name.'*')
|
||||
{
|
||||
$title = $t;
|
||||
|
Loading…
Reference in New Issue
Block a user