s/implode/Tag::implode/
This commit is contained in:
@ -120,7 +120,7 @@ class AdminPage extends Extension {
|
||||
public function onPostListBuilding(PostListBuildingEvent $event) {
|
||||
global $user;
|
||||
if($user->can("manage_admintools") && !empty($event->search_terms)) {
|
||||
$event->add_control($this->theme->dbq_html(implode(" ", $event->search_terms)));
|
||||
$event->add_control($this->theme->dbq_html(Tag::implode($event->search_terms)));
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user