bug 1652 fixed: json_encode function is required for admin.php?fckb_tags=1

(used in the new tags widget)

git-svn-id: http://piwigo.org/svn/trunk@6126 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
plegall
2010-05-08 19:22:29 +00:00
parent a34af69677
commit eb0aec9752
3 changed files with 54 additions and 33 deletions
+1
View File
@@ -81,6 +81,7 @@ foreach( array(
'array_intersect_key', //PHP 5 >= 5.1.0RC1
'hash_hmac', //(hash) - enabled by default as of PHP 5.1.2
'preg_last_error', // PHP 5 >= 5.2.0
'json_encode', // PHP 5 >= 5.2.0
) as $func)
{
if (!function_exists($func))