Load AutoComplete before Home, so that the headers show up
This commit is contained in:
parent
d2eb248538
commit
bb35421b05
@ -6,6 +6,8 @@
|
||||
*/
|
||||
|
||||
class AutoComplete extends Extension {
|
||||
public function get_priority() {return 30;} // before Home
|
||||
|
||||
public function onPageRequest(PageRequestEvent $event) {
|
||||
global $page, $database;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user