aboutsummaryrefslogtreecommitdiffstats
path: root/admin/include/themes.class.php
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--admin/include/themes.class.php2
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);
}
}