when creating a new page (addcontent.php) and changing "type of page" to link, it troughs unparsed php-code.
can someone verify this and post a fix?
Code: Select all
/>'); $ret[]= array(lang('menutext').':',''); if (check_permission(get_userid(), 'Modify Page Structure') || ($adding == true && check_permission(get_userid(), 'Add Pages'))) { $contentops =& $gCms->GetContentOperations(); $ret[]= array(lang('parent').':', $contentops->CreateHierarchyDropdown($this->mId, $this->mParentId)); } ... and so on ...

