[1.1 - Pages] - Error when type of page = link
Posted: Mon Jul 16, 2007 10:38 am
hi,
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?
thx, rtkd
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 ...