aboutsummaryrefslogtreecommitdiffstats
path: root/mod
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2015-03-09 00:44:58 -0700
committerfriendica <info@friendica.com>2015-03-09 00:44:58 -0700
commitaff75888326e8f3ff2b9fbb91d653c7857940e6b (patch)
treeee52f02c6379170dd16d4877845f2de5e65f5e19 /mod
parentaf831d752ab066ae2186c5693c7456ad35d5a56f (diff)
downloadvolse-hubzilla-aff75888326e8f3ff2b9fbb91d653c7857940e6b.tar.gz
volse-hubzilla-aff75888326e8f3ff2b9fbb91d653c7857940e6b.tar.bz2
volse-hubzilla-aff75888326e8f3ff2b9fbb91d653c7857940e6b.zip
fix comanche regions after comanche refactor a few days ago
Diffstat (limited to 'mod')
-rw-r--r--mod/page.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/mod/page.php b/mod/page.php
index e8f17ebda..05d88aa52 100644
--- a/mod/page.php
+++ b/mod/page.php
@@ -92,6 +92,7 @@ function page_init(&$a) {
if($l) {
require_once('include/comanche.php');
comanche_parser(get_app(),$l[0]['body']);
+ get_app()->pdl = $l[0]['body'];
}
}