fixes #513 include functions to delete theme (#514)

This commit is contained in:
Tobias Vollmer
2016-11-29 15:08:43 +01:00
committed by Pierrick Le Gall
parent 7b2315a88b
commit 5d4ff90cef
+1
View File
@@ -242,6 +242,7 @@ DELETE
$theme_maintain->delete();
include_once(PHPWG_ROOT_PATH.'admin/include/functions.php');
deltree(PHPWG_THEMES_PATH.$theme_id, PHPWG_THEMES_PATH . 'trash');
break;