private method becomes public (use in plugin)

git-svn-id: http://piwigo.org/svn/trunk@25231 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
rvelices 2013-10-30 06:34:21 +00:00
parent db93243d1f
commit e0518947f3

View file

@ -487,7 +487,7 @@ class Template {
}
}
private static function get_php_str_val($str)
static function get_php_str_val($str)
{
if (is_string($str) && strlen($str)>1)
{