diff options
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 |