diff options
author | zotlabs <mike@macgirvin.com> | 2017-03-28 16:07:22 -0700 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2017-03-28 16:07:22 -0700 |
commit | 046e5e239fd28996f8c658900a83c33dbe0011ba (patch) | |
tree | c003ea8b127f5d16a69693a7f08f0fad0b2bc1da /Zotlabs/Web/Router.php | |
parent | c5828fecc1fadb4db705bbf94edfa7ff873b491a (diff) | |
download | volse-hubzilla-046e5e239fd28996f8c658900a83c33dbe0011ba.tar.gz volse-hubzilla-046e5e239fd28996f8c658900a83c33dbe0011ba.tar.bz2 volse-hubzilla-046e5e239fd28996f8c658900a83c33dbe0011ba.zip |
remove obsolete app argument from load_pdl
Diffstat (limited to 'Zotlabs/Web/Router.php')
-rw-r--r-- | Zotlabs/Web/Router.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Zotlabs/Web/Router.php b/Zotlabs/Web/Router.php index 948f073d6..3190369c8 100644 --- a/Zotlabs/Web/Router.php +++ b/Zotlabs/Web/Router.php @@ -202,7 +202,7 @@ class Router { * The member may have also created a customised PDL that's stored in the config */ - load_pdl($a); + load_pdl(); /* * load current theme info |