openrat-cms

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

commit e754e2496c45f7a9009378a17c3722c076151055
parent aad466cdacd561c1b829014dbb95e177e995478a
Author: dankert <openrat@jandankert.de>
Date:   Fri, 11 Mar 2022 10:41:42 +0100

Fix: Typo

Diffstat:
Mmodules/cms/action/PageelementAction.class.php | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/cms/action/PageelementAction.class.php b/modules/cms/action/PageelementAction.class.php @@ -180,7 +180,7 @@ class PageelementAction extends BaseAction $this->setTemplateVar('rootfolderid',$project->getRootObjectId() ); // Ermitteln, welche Objekttypen verlinkt werden d�rfen. - $type = $this->velement->subtype; + $type = $this->element->subtype; if ( substr($type,0,5) == 'image' ) $type = 'file';