diff options
author | tcit <tcit@tcit.fr> | 2014-05-11 16:14:47 +0200 |
---|---|---|
committer | tcit <tcit@tcit.fr> | 2014-05-11 16:14:47 +0200 |
commit | 4910af33ff79cdce6325a07bb0dc74fe4821e680 (patch) | |
tree | d22eb7acc619fd0be7cdd351ef5b07b6bc999e01 /inc/poche/Poche.class.php | |
parent | 0626e52f3c1631db092b6fa04bff8cba25be8f7f (diff) | |
download | wallabag-4910af33ff79cdce6325a07bb0dc74fe4821e680.tar.gz wallabag-4910af33ff79cdce6325a07bb0dc74fe4821e680.tar.zst wallabag-4910af33ff79cdce6325a07bb0dc74fe4821e680.zip |
Removed unnecessary function for cleaning tags
Diffstat (limited to 'inc/poche/Poche.class.php')
-rwxr-xr-x | inc/poche/Poche.class.php | 7 |
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 |