aboutsummaryrefslogtreecommitdiffstats
path: root/include/template.class.php
diff options
context:
space:
mode:
authorrvelices <rv-github@modusoptimus.com>2013-10-30 06:34:21 +0000
committerrvelices <rv-github@modusoptimus.com>2013-10-30 06:34:21 +0000
commite0518947f3bdf59c85f04366c6e161132a6c1c70 (patch)
treeb1c9c7264e2596c44ebbd9673e03e9e2589d0b2f /include/template.class.php
parentdb93243d1f4aa7e40148a32095fa9ff88385dc68 (diff)
private method becomes public (use in plugin)
git-svn-id: http://piwigo.org/svn/trunk@25231 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'include/template.class.php')
-rw-r--r--include/template.class.php2
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)
{