From 3fc9322540d2776ce881727a971982ca519184a8 Mon Sep 17 00:00:00 2001 From: Ian Date: Fri, 2 Aug 2013 09:37:05 +0200 Subject: [PATCH] cke upd before sync - purge right file --- serendipity_event_ckeditor/serendipity_event_ckeditor.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/serendipity_event_ckeditor/serendipity_event_ckeditor.php b/serendipity_event_ckeditor/serendipity_event_ckeditor.php index 3674fc39..e93338cf 100644 --- a/serendipity_event_ckeditor/serendipity_event_ckeditor.php +++ b/serendipity_event_ckeditor/serendipity_event_ckeditor.php @@ -81,7 +81,7 @@ class serendipity_event_ckeditor extends serendipity_event $zip->extractTo($this->cke_path); $zip->close(); $this->set_config('installer', '2-'.date('Ymd-H:i:s')); // returned by string[0], which is better than substr in this case - @unlink($this->cke_path . '/ckeditor_4.1.1_standard-plus.zip'); // remove old zip file + @unlink($this->cke_path . '/ckeditor_4.1.2_standard-plus.zip'); // remove old zip file } else { $this->set_config('installer', '1-'.date('Ymd-H:i:s')); return false;