Page 1 of 1

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

Posted: Mon Jul 16, 2007 10:38 am
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

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

Posted: Mon Jul 16, 2007 2:34 pm
by tsw
works correctly here

maybe a upload error?

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

Posted: Tue Jul 17, 2007 8:03 am
by rtkd
hmmm... funny... i'll give it another shot today. thx!