diff options
Diffstat (limited to 'include/template.class.php')
-rw-r--r-- | include/template.class.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/template.class.php b/include/template.class.php index ac9b999bb..6628dbec9 100644 --- a/include/template.class.php +++ b/include/template.class.php @@ -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) { |