diff options
Diffstat (limited to 'public/admin/subscriptions.php')
-rwxr-xr-x | public/admin/subscriptions.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/public/admin/subscriptions.php b/public/admin/subscriptions.php index 236ac46..a46260e 100755 --- a/public/admin/subscriptions.php +++ b/public/admin/subscriptions.php @@ -24,7 +24,7 @@ if (isset($_POST['upload']) && OpmlManager::save($newOpml, $opmlFile); Cache::setStore($PlanetConfig->getCacheDir() . '/'); - Cache::prune("html"); + Cache::prune('html'); } elseif (isset($_POST['opml']) || isset($_POST['add'])) { // Load old OPML $oldOpml = OpmlManager::load($opmlFile); @@ -84,7 +84,7 @@ if (isset($_POST['upload']) && OpmlManager::save($newOpml, $opmlFile); Cache::setStore($PlanetConfig->getCacheDir() . '/'); - Cache::prune("html"); + Cache::prune('html'); } header("Location: index.php"); die(); |