From e0518947f3bdf59c85f04366c6e161132a6c1c70 Mon Sep 17 00:00:00 2001 From: rvelices Date: Wed, 30 Oct 2013 06:34:21 +0000 Subject: private method becomes public (use in plugin) git-svn-id: http://piwigo.org/svn/trunk@25231 68402e56-0260-453c-a942-63ccdbb3a9ee --- include/template.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/template.class.php') 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) { -- cgit v1.2.3