fix slash
This commit is contained in:
parent
31e58ff044
commit
104122925b
@ -246,7 +246,7 @@ $tasks = array(array('version' => '0.5.1',
|
|||||||
array('version' => '2.0.2',
|
array('version' => '2.0.2',
|
||||||
'function' => 'serendipity_removeDeadFiles_SPL',
|
'function' => 'serendipity_removeDeadFiles_SPL',
|
||||||
'title' => 'Removal of obsolete and still resting files in 2.0',
|
'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>'),
|
'desc' => 'The following dead files will additionally be removed from "/" and "htmlarea".<br><pre>' . implode(', ', $dead_files_rest) . '</pre>'),
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user