Skip to content

Commit

Permalink
Merge pull request concretecms#12395 from jgarc186/9.3.x
Browse files Browse the repository at this point in the history
added a new protected property to fixed the error "Creation of dynamic property" in the PageView class
  • Loading branch information
aembler authored Jan 9, 2025
2 parents 96f9a10 + ea423b5 commit e37c5f7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions concrete/src/Page/View/PageView.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ class PageView extends View
protected $cp;
protected $pTemplateID;
protected $customPreviewRequest;
protected $pTemplatePkgHandle;

public function getScopeItems()
{
Expand Down

0 comments on commit e37c5f7

Please sign in to comment.