mirror of
https://github.com/moparisthebest/wallabag
synced 2025-01-11 13:48:45 -05:00
Removed unnecessary function for cleaning tags
This commit is contained in:
parent
0626e52f3c
commit
4910af33ff
@ -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…
Reference in New Issue
Block a user