diff options
author | flop25 <flop25@piwigo.org> | 2013-06-16 12:16:06 +0000 |
---|---|---|
committer | flop25 <flop25@piwigo.org> | 2013-06-16 12:16:06 +0000 |
commit | c86481cbbef6d221d0bcd1d69e9434fd19dc2b22 (patch) | |
tree | 3ede55273a7b397e3ec9c3511b4088412e9cc24b | |
parent | 970b0a596ac6fc57131e09038a6ea6ace091e754 (diff) |
feature:2925
theme_delete with less arg
git-svn-id: http://piwigo.org/svn/trunk@23248 68402e56-0260-453c-a942-63ccdbb3a9ee
-rw-r--r-- | admin/include/themes.class.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/include/themes.class.php b/admin/include/themes.class.php index 8584ad713..c639aed7d 100644 --- a/admin/include/themes.class.php +++ b/admin/include/themes.class.php @@ -217,7 +217,7 @@ DELETE include($file_to_include); if (function_exists('theme_delete')) { - theme_delete($theme_id, $this->fs_themes[$theme_id]['version'], $errors); + theme_delete($theme_id); } } |