aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authortcit <tcit@tcit.fr>2014-05-11 16:14:47 +0200
committertcit <tcit@tcit.fr>2014-05-11 16:14:47 +0200
commit4910af33ff79cdce6325a07bb0dc74fe4821e680 (patch)
treed22eb7acc619fd0be7cdd351ef5b07b6bc999e01
parent0626e52f3c1631db092b6fa04bff8cba25be8f7f (diff)
downloadwallabag-4910af33ff79cdce6325a07bb0dc74fe4821e680.tar.gz
wallabag-4910af33ff79cdce6325a07bb0dc74fe4821e680.tar.zst
wallabag-4910af33ff79cdce6325a07bb0dc74fe4821e680.zip
Removed unnecessary function for cleaning tags
-rwxr-xr-xinc/poche/Poche.class.php7
1 files changed, 0 insertions, 7 deletions
diff --git a/inc/poche/Poche.class.php b/inc/poche/Poche.class.php
index dc7b76d0..8ea5e7a2 100755
--- a/inc/poche/Poche.class.php
+++ b/inc/poche/Poche.class.php
@@ -1135,13 +1135,6 @@ class Poche
1135 $this->messages->add('s', _('Cache deleted.')); 1135 $this->messages->add('s', _('Cache deleted.'));
1136 Tools::redirect(); 1136 Tools::redirect();
1137 } 1137 }
1138
1139 public function cleanTags() {
1140 $this->store->cleanUnusedTags();
1141 $this->messages->add('s', _('The unused tags have been cleaned.'));
1142 Tools::logm('clean tags');
1143 Tools::redirect();
1144 }
1145 1138
1146 /** 1139 /**
1147 * return new purifier object with actual config 1140 * return new purifier object with actual config