1
0
mirror of https://github.com/processwire/processwire.git synced 2025-08-16 03:34:33 +02:00

Some code adjustments in ProcessPageList to support a separate renderReady() method, as well as some tweaks per @EntitySelf evernote document

This commit is contained in:
Ryan Cramer
2017-10-13 08:17:32 -04:00
parent 5dc690af9e
commit 00c183e70f
9 changed files with 88 additions and 65 deletions

View File

@@ -91,7 +91,7 @@ class WireDebugInfo extends Wire {
* @return array
*
*/
protected function Page(Page $page) {
public function Page(Page $page) {
$info = array(
'instanceID' => $page->instanceID,