mirror of
https://github.com/e107inc/e107.git
synced 2025-08-06 06:38:00 +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');
|
$id = $e107CorePage->setRequest('listPages');
|
||||||
$e107CorePage->listPages($id);
|
$e107CorePage->listPages($id);
|
||||||
$chData = $e107CorePage->getChapterData($id);
|
$chData = $e107CorePage->getChapterData($id);
|
||||||
var_dump($chData);
|
|
||||||
e107::canonical('page/chapter/index',$chData);
|
e107::canonical('page/chapter/index',$chData);
|
||||||
unset($row);
|
unset($row);
|
||||||
require_once(HEADERF);
|
require_once(HEADERF);
|
||||||
|
Reference in New Issue
Block a user