mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-23 00:13:35 +01:00
fixed forced prefs
This commit is contained in:
parent
fe0eeda977
commit
b0e538a1ff
@ -132,7 +132,7 @@
|
||||
*/
|
||||
function add($app_name,$var,$value = '')
|
||||
{
|
||||
if (! $value)
|
||||
if ($value == '')
|
||||
{
|
||||
global $$var;
|
||||
$value = $$var;
|
||||
|
Loading…
Reference in New Issue
Block a user