add another removed file to upgrader

This commit is contained in:
Ian 2015-05-01 12:40:12 +02:00
parent 1712d9bb5b
commit e5f1364bda

View File

@ -155,7 +155,7 @@ $dead_htmlarea_dirs = array(
$serendipity['serendipityPath'] . 'htmlarea/ckeditor/samples' $serendipity['serendipityPath'] . 'htmlarea/ckeditor/samples'
); );
/* A list of old Serendipity files which were not marked obsolet with 2.0.0 upgrade before - now 2.0.2 */ /* A list of old Serendipity files which were not marked obsolet with 2.0.0 upgrade - now 2.0.2 */
$dead_files_rest = array( $dead_files_rest = array(
'serendipity_editor.js', 'serendipity_editor.js',
'serendipity_define.js.php', 'serendipity_define.js.php',
@ -174,10 +174,11 @@ $dead_files_rest = array(
'htmlarea/ChangeLog', 'htmlarea/ChangeLog',
'htmlarea/dialog.js', 'htmlarea/dialog.js',
'htmlarea/release-notes.html', 'htmlarea/release-notes.html',
'include/plugin_internal.inc.php',
'templates/HOWTO' 'templates/HOWTO'
); );
/* A list of old lib directories which were not marked obsolet with 2.0.0 upgrade before - now 2.0.2 */ /* A list of old lib directories which were not marked obsolet with 2.0.0 upgrade - now 2.0.2 */
$dead_dirs_rest = array( $dead_dirs_rest = array(
$serendipity['serendipityPath'] . 'htmlarea/plugins/ImageManage', $serendipity['serendipityPath'] . 'htmlarea/plugins/ImageManage',
$serendipity['serendipityPath'] . 'htmlarea/plugins', $serendipity['serendipityPath'] . 'htmlarea/plugins',