aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
authorzotlabs <mike@macgirvin.com>2017-03-28 16:07:22 -0700
committerMario Vavti <mario@mariovavti.com>2017-03-31 10:30:41 +0200
commitbfd506f184790250c77bf487db2fd4d4b069e9ec (patch)
tree4de9f5802ad258c87ae01bc5da08050ac147dd16 /boot.php
parentc20aa6062c38d81d19d53bad3a65f78e95b126c9 (diff)
downloadvolse-hubzilla-bfd506f184790250c77bf487db2fd4d4b069e9ec.tar.gz
volse-hubzilla-bfd506f184790250c77bf487db2fd4d4b069e9ec.tar.bz2
volse-hubzilla-bfd506f184790250c77bf487db2fd4d4b069e9ec.zip
remove obsolete app argument from load_pdl
Diffstat (limited to 'boot.php')
-rwxr-xr-xboot.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/boot.php b/boot.php
index e0546d049..a075bf5d3 100755
--- a/boot.php
+++ b/boot.php
@@ -2032,7 +2032,7 @@ function get_custom_nav(&$a, $navname) {
*
* @param App &$a global application object
*/
-function load_pdl(&$a) {
+function load_pdl() {
App::$comanche = new Zotlabs\Render\Comanche();