From aff75888326e8f3ff2b9fbb91d653c7857940e6b Mon Sep 17 00:00:00 2001 From: friendica Date: Mon, 9 Mar 2015 00:44:58 -0700 Subject: fix comanche regions after comanche refactor a few days ago --- mod/page.php | 1 + 1 file changed, 1 insertion(+) (limited to 'mod/page.php') 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']; } } -- cgit v1.2.3