1
0

Cleanup syndication fixed (#285)

cleans 97d9f5ce31
This commit is contained in:
onli
2015-06-16 21:56:04 +02:00
parent fbc8e55d09
commit bb2c5a63d0
3 changed files with 48 additions and 34 deletions

View File

@ -254,6 +254,11 @@ $tasks = array(array('version' => '0.5.1',
'title' => 'Removal of obsolete and dead directories',
'arguments' => array($dead_dirs_rest),
'desc' => 'The following old dead directories will additionally be removed from your system.<br><pre>' . implode(', ', $dead_dirs_rest) . '</pre>'),
array('version' => '2.0.2',
'function' => 'serendipity_upgrader_rewriteFeedIcon',
'title' => 'Rewrite path of big feedicon',
'desc' => 'Rewrite path of the big feedicon to not include the template path, since that path is not automatically detected'),
);