diff options
author | rvelices <rv-github@modusoptimus.com> | 2013-10-30 06:34:21 +0000 |
---|---|---|
committer | rvelices <rv-github@modusoptimus.com> | 2013-10-30 06:34:21 +0000 |
commit | e0518947f3bdf59c85f04366c6e161132a6c1c70 (patch) | |
tree | b1c9c7264e2596c44ebbd9673e03e9e2589d0b2f | |
parent | db93243d1f4aa7e40148a32095fa9ff88385dc68 (diff) |
private method becomes public (use in plugin)
git-svn-id: http://piwigo.org/svn/trunk@25231 68402e56-0260-453c-a942-63ccdbb3a9ee
-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) { |