[1.1 - Pages] - Error when type of page = link

For questions and problems with the CMS core. This board is NOT for any 3rd party modules, addons, PHP scripts or anything NOT distributed with the CMS made simple package itself.
Post Reply
rtkd
Forum Members
Forum Members
Posts: 126
Joined: Tue Dec 12, 2006 3:57 pm

[1.1 - Pages] - Error when type of page = link

Post by rtkd »

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?

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 ...
thx, rtkd
tsw
Power Poster
Power Poster
Posts: 1408
Joined: Tue Dec 13, 2005 10:50 pm

Re: [1.1 - Pages] - Error when type of page = link

Post by tsw »

works correctly here

maybe a upload error?
rtkd
Forum Members
Forum Members
Posts: 126
Joined: Tue Dec 12, 2006 3:57 pm

Re: [1.1 - Pages] - Error when type of page = link

Post by rtkd »

hmmm... funny... i'll give it another shot today. thx!
Post Reply

Return to “CMSMS Core”