remove obsolete app argument from load_pdl

This commit is contained in:
zotlabs
2017-03-28 16:07:22 -07:00
parent c5828fecc1
commit 046e5e239f
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();