"fixed typo"

This commit is contained in:
Ralf Becker 2009-04-03 13:27:01 +00:00
parent 646931dc8a
commit f1855baac2

View File

@ -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);
}