diff options
author | plegall <plg@piwigo.org> | 2006-02-20 22:14:24 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2006-02-20 22:14:24 +0000 |
commit | 16034a592a32d9a6a0af0ed04c27ad4cf28cd844 (patch) | |
tree | 7d60ab262e82c126f528ffabb595dd665a6f4e66 /admin/user_list.php | |
parent | d62ce7376079a7435317fc843eb04f3927e4adad (diff) |
request 290: replace function get_themes name to avoid redeclaration from
Wordpress in jillij template.
git-svn-id: http://piwigo.org/svn/trunk@1048 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | admin/user_list.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/user_list.php b/admin/user_list.php index ea1748a2d..64890e06b 100644 --- a/admin/user_list.php +++ b/admin/user_list.php @@ -591,7 +591,7 @@ else $blockname = 'template_option'; -foreach (get_themes() as $pwg_template) +foreach (get_pwg_themes() as $pwg_template) { if (isset($_POST['pref_submit'])) { |