remove obsolete app argument from load_pdl

This commit is contained in:
zotlabs 2017-03-28 16:07:22 -07:00 committed by Mario Vavti
parent c20aa6062c
commit bfd506f184
3 changed files with 3 additions and 3 deletions

View file

@ -244,7 +244,7 @@ class Browser extends DAV\Browser\Plugin {
$a = false;
\App::$page['content'] = $html;
load_pdl($a);
load_pdl();
$current_theme = \Zotlabs\Render\Theme::current();

View file

@ -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

View file

@ -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();