get rid of some more deprecated uses of $a

This commit is contained in:
zotlabs
2017-03-28 17:00:44 -07:00
parent 6947194824
commit 323ab3dba4
3 changed files with 7 additions and 9 deletions

View File

@@ -133,7 +133,7 @@ class WebServer {
call_hooks('page_end', \App::$page['content']);
construct_page($a);
construct_page();
killme();
}