Load AutoComplete before Home, so that the headers show up

This commit is contained in:
Shish 2016-06-26 18:57:53 +01:00
parent d2eb248538
commit bb35421b05

View file

@ -6,6 +6,8 @@
*/ */
class AutoComplete extends Extension { class AutoComplete extends Extension {
public function get_priority() {return 30;} // before Home
public function onPageRequest(PageRequestEvent $event) { public function onPageRequest(PageRequestEvent $event) {
global $page, $database; global $page, $database;