fix slash

This commit is contained in:
Ian 2015-03-16 12:33:25 +01:00
parent 31e58ff044
commit 104122925b

View File

@ -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".<br><pre>' . implode(', ', $dead_files_rest) . '</pre>'),