s/implode/Tag::implode/

This commit is contained in:
Shish
2019-02-02 12:07:33 +00:00
parent 0aec16aa5b
commit 60a28af000
12 changed files with 15 additions and 15 deletions

View File

@@ -71,7 +71,7 @@ class Ratings extends Extension {
public function onPostListBuilding(PostListBuildingEvent $event) {
global $user;
if($user->is_admin() && !empty($event->search_terms)) {
$this->theme->display_bulk_rater(implode(" ", $event->search_terms));
$this->theme->display_bulk_rater(Tag::implode($event->search_terms));
}
}