mirror of
https://github.com/e107inc/e107.git
synced 2025-08-05 06:07:32 +02:00
Remove debug info
This commit is contained in:
1
page.php
1
page.php
@@ -51,7 +51,6 @@ elseif(vartrue($_GET['ch'])) // List Pages within a specific Chapter
|
||||
$id = $e107CorePage->setRequest('listPages');
|
||||
$e107CorePage->listPages($id);
|
||||
$chData = $e107CorePage->getChapterData($id);
|
||||
var_dump($chData);
|
||||
e107::canonical('page/chapter/index',$chData);
|
||||
unset($row);
|
||||
require_once(HEADERF);
|
||||
|
Reference in New Issue
Block a user