aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Web
diff options
context:
space:
mode:
authorzotlabs <mike@macgirvin.com>2017-03-28 17:00:44 -0700
committerzotlabs <mike@macgirvin.com>2017-03-28 17:00:44 -0700
commit323ab3dba4a925cf2519c5c9eee9b82683dc7d5d (patch)
tree4303952f1d1d46a2ef5aea33f71840dc4bf62440 /Zotlabs/Web
parent69471948245057d0782d34b469984f66c949f292 (diff)
downloadvolse-hubzilla-323ab3dba4a925cf2519c5c9eee9b82683dc7d5d.tar.gz
volse-hubzilla-323ab3dba4a925cf2519c5c9eee9b82683dc7d5d.tar.bz2
volse-hubzilla-323ab3dba4a925cf2519c5c9eee9b82683dc7d5d.zip
get rid of some more deprecated uses of $a
Diffstat (limited to 'Zotlabs/Web')
-rw-r--r--Zotlabs/Web/WebServer.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/Zotlabs/Web/WebServer.php b/Zotlabs/Web/WebServer.php
index 9c9f0483a..4e8dc6786 100644
--- a/Zotlabs/Web/WebServer.php
+++ b/Zotlabs/Web/WebServer.php
@@ -133,7 +133,7 @@ class WebServer {
call_hooks('page_end', \App::$page['content']);
- construct_page($a);
+ construct_page();
killme();
}