From 171a501cb5650ec3e2bd5e1019982ac600717295 Mon Sep 17 00:00:00 2001 From: Ian Date: Wed, 17 Jun 2015 10:13:50 +0200 Subject: [PATCH] correct 0a1cb87 --- include/functions_upgrader.inc.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/functions_upgrader.inc.php b/include/functions_upgrader.inc.php index e6dba2c2..84003ecd 100644 --- a/include/functions_upgrader.inc.php +++ b/include/functions_upgrader.inc.php @@ -161,6 +161,8 @@ $dead_files_rest = array( 'serendipity_define.js.php', 'bundled-libs/dragdrop.js', 'bundled-libs/imgedit.js', + 'bundled-libs/Smarty/libs/sysplugins/smarty_config_source.php', + 'bundled-libs/Smarty/libs/sysplugins/smarty_internal_config.php', 'bundled-libs/YahooUI/treeview/license.txt', 'bundled-libs/YahooUI/treeview/treeview.js', 'bundled-libs/YahooUI/treeview/YAHOO.js', @@ -182,8 +184,6 @@ $dead_files_rest = array( $dead_dirs_rest = array( $serendipity['serendipityPath'] . 'htmlarea/plugins/ImageManage', $serendipity['serendipityPath'] . 'htmlarea/plugins', - $serendipity['serendipityPath'] . 'bundled-libs/Smarty/libs/sysplugins/smarty_config_source.php', - $serendipity['serendipityPath'] . 'bundled-libs/Smarty/libs/sysplugins/smarty_internal_config.php', $serendipity['serendipityPath'] . 'bundled-libs/YahooUI/treeview', $serendipity['serendipityPath'] . 'bundled-libs/YahooUI' );