remove obsolete app argument from load_pdl
This commit is contained in:
parent
c20aa6062c
commit
bfd506f184
@ -244,7 +244,7 @@ class Browser extends DAV\Browser\Plugin {
|
|||||||
$a = false;
|
$a = false;
|
||||||
|
|
||||||
\App::$page['content'] = $html;
|
\App::$page['content'] = $html;
|
||||||
load_pdl($a);
|
load_pdl();
|
||||||
|
|
||||||
$current_theme = \Zotlabs\Render\Theme::current();
|
$current_theme = \Zotlabs\Render\Theme::current();
|
||||||
|
|
||||||
|
@ -202,7 +202,7 @@ class Router {
|
|||||||
* The member may have also created a customised PDL that's stored in the config
|
* The member may have also created a customised PDL that's stored in the config
|
||||||
*/
|
*/
|
||||||
|
|
||||||
load_pdl($a);
|
load_pdl();
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* load current theme info
|
* load current theme info
|
||||||
|
2
boot.php
2
boot.php
@ -2032,7 +2032,7 @@ function get_custom_nav(&$a, $navname) {
|
|||||||
*
|
*
|
||||||
* @param App &$a global application object
|
* @param App &$a global application object
|
||||||
*/
|
*/
|
||||||
function load_pdl(&$a) {
|
function load_pdl() {
|
||||||
|
|
||||||
App::$comanche = new Zotlabs\Render\Comanche();
|
App::$comanche = new Zotlabs\Render\Comanche();
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user