diff options
Diffstat (limited to 'mod/page.php')
-rw-r--r-- | mod/page.php | 1 |
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']; } } |