From 5d4ff90cef212cf92f5d5389991a12874201975d Mon Sep 17 00:00:00 2001 From: Tobias Vollmer <5nafu@users.noreply.github.com> Date: Tue, 29 Nov 2016 15:08:43 +0100 Subject: [PATCH] fixes #513 include functions to delete theme (#514) --- admin/include/themes.class.php | 1 + 1 file changed, 1 insertion(+) diff --git a/admin/include/themes.class.php b/admin/include/themes.class.php index 6d55e11bd..d38352dfa 100644 --- a/admin/include/themes.class.php +++ b/admin/include/themes.class.php @@ -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;