mirror of
https://github.com/wallabag/wallabag.git
synced 2025-07-12 16:58:37 +00:00
Removed unnecessary function for cleaning tags
This commit is contained in:
parent
0626e52f3c
commit
4910af33ff
1 changed files with 0 additions and 7 deletions
|
@ -1136,13 +1136,6 @@ class Poche
|
||||||
Tools::redirect();
|
Tools::redirect();
|
||||||
}
|
}
|
||||||
|
|
||||||
public function cleanTags() {
|
|
||||||
$this->store->cleanUnusedTags();
|
|
||||||
$this->messages->add('s', _('The unused tags have been cleaned.'));
|
|
||||||
Tools::logm('clean tags');
|
|
||||||
Tools::redirect();
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* return new purifier object with actual config
|
* return new purifier object with actual config
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue