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:
parent
db93243d1f
commit
e0518947f3
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue