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:
@@ -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,
|
||||
|
Reference in New Issue
Block a user