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' );