aboutsummaryrefslogtreecommitdiffhomepage
path: root/inc/poche
diff options
context:
space:
mode:
Diffstat (limited to 'inc/poche')
-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