mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-08-06 16:53:34 +02:00
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:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user