mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-22 16:03:47 +01:00
"fixed typo"
This commit is contained in:
parent
646931dc8a
commit
f1855baac2
@ -1855,7 +1855,7 @@ class etemplate extends boetemplate
|
||||
{
|
||||
return stripslashes($var);
|
||||
}
|
||||
foreach($public as $key => $val)
|
||||
foreach($var as $key => $val)
|
||||
{
|
||||
$var[$key] = is_array($val) ? self::array_stripslashes($val) : stripslashes($val);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user