From 104122925b31a0451cf2029005d973f7d0adba3e Mon Sep 17 00:00:00 2001 From: Ian Date: Mon, 16 Mar 2015 12:33:25 +0100 Subject: [PATCH] fix slash --- include/admin/upgrader.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/admin/upgrader.inc.php b/include/admin/upgrader.inc.php index 7c3c3fdb..68f212d6 100644 --- a/include/admin/upgrader.inc.php +++ b/include/admin/upgrader.inc.php @@ -246,7 +246,7 @@ $tasks = array(array('version' => '0.5.1', array('version' => '2.0.2', 'function' => 'serendipity_removeDeadFiles_SPL', 'title' => 'Removal of obsolete and still resting files in 2.0', - 'arguments' => array(substr($serendipity['serendipityPath'], 0, -1), $dead_files_rest, array('htmlarea/plugins/ImageManager','htmlarea/plugins', 'bundled-libs/YahooUI/treeview/', 'bundled-libs/YahooUI'), true), + 'arguments' => array(substr($serendipity['serendipityPath'], 0, -1), $dead_files_rest, array('htmlarea/plugins/ImageManager','htmlarea/plugins', 'bundled-libs/YahooUI/treeview', 'bundled-libs/YahooUI'), true), 'desc' => 'The following dead files will additionally be removed from "/" and "htmlarea".
' . implode(', ', $dead_files_rest) . '
'),