1
0
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:
Cameron
2021-01-19 15:02:17 -08:00
parent 671171d8eb
commit fdfbccf662

View File

@@ -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);