Load AutoComplete before Home, so that the headers show up
This commit is contained in:
parent
d2eb248538
commit
bb35421b05
1 changed files with 2 additions and 0 deletions
|
@ -6,6 +6,8 @@
|
|||
*/
|
||||
|
||||
class AutoComplete extends Extension {
|
||||
public function get_priority() {return 30;} // before Home
|
||||
|
||||
public function onPageRequest(PageRequestEvent $event) {
|
||||
global $page, $database;
|
||||
|
||||
|
|
Reference in a new issue