diff options
| author | Andrew Dolgov <fox@fakecake.org> | 2012-12-24 09:54:23 +0400 |
|---|---|---|
| committer | Andrew Dolgov <fox@fakecake.org> | 2012-12-24 09:54:23 +0400 |
| commit | 68d539ceef3289ffb5d0d1007be0657e2a6bb49d (patch) | |
| tree | 24d16efa8fa3d1aa4979366daaf9dad1b1cdc36d | |
| parent | 73f28fe979c48a88eb7b4037d7f0f708f8177f4c (diff) | |
updater: remove htmlpurifier directory handling
| -rw-r--r-- | plugins/updater/updater.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/updater/updater.php b/plugins/updater/updater.php index 7fdda5fff..9b43cb915 100644 --- a/plugins/updater/updater.php +++ b/plugins/updater/updater.php @@ -202,7 +202,6 @@ class Updater extends Plugin { $directories = array( CACHE_DIR, - CACHE_DIR . "/htmlpurifier", CACHE_DIR . "/export", CACHE_DIR . "/images", CACHE_DIR . "/magpie", |