aboutsummaryrefslogtreecommitdiffstats
path: root/include/RedDAV
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2014-10-20 16:47:58 -0700
committerfriendica <info@friendica.com>2014-10-20 16:47:58 -0700
commitcb15c73dae51c7001fa7277ef4d324645f72c5c3 (patch)
tree3e886a2884d6a6be6481ffcdce918d99c3594f5b /include/RedDAV
parentc909b8be060cb04479eba79232030e3da25410c6 (diff)
downloadvolse-hubzilla-cb15c73dae51c7001fa7277ef4d324645f72c5c3.tar.gz
volse-hubzilla-cb15c73dae51c7001fa7277ef4d324645f72c5c3.tar.bz2
volse-hubzilla-cb15c73dae51c7001fa7277ef4d324645f72c5c3.zip
move all theme initialisation to one place - just after calling module_init. Revert if there are serious issues, but please note the issues in as much detail as possible so we can work through them.
Diffstat (limited to 'include/RedDAV')
-rw-r--r--include/RedDAV/RedBrowser.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/RedDAV/RedBrowser.php b/include/RedDAV/RedBrowser.php
index 6ec5c978d..21ea76aed 100644
--- a/include/RedDAV/RedBrowser.php
+++ b/include/RedDAV/RedBrowser.php
@@ -259,6 +259,7 @@ class RedBrowser extends DAV\Browser\Plugin {
$html .= $output;
get_app()->page['content'] = $html;
+ load_pdl(get_app());
construct_page(get_app());
}