"locked" icon causing problems

A general technical discussion area for patTemplate.
Locked
User avatar
amummey
Joomla! Apprentice
Joomla! Apprentice
Posts: 18
Joined: Tue Aug 15, 2006 8:19 am
Location: Ulaanbaatar, Mongolia

"locked" icon causing problems

Post by amummey » Mon Aug 28, 2006 7:06 am

I am currently developing a component and I have run into a problem that I just can't seem to solve. In my admin html file the offending line seems to be

Code: Select all

$checked = mosCommonHTML::CheckedOutProcessing( $row, $i );
When I view the backend administrative page on the component and one of my list items is "checked out" (meaning there is the little lock icon next to it) I get the following error:
Notice: Undefined property: stdClass::$editor in C:\dev\apache\Apache2\htdocs\module_test\includes\joomla.php on line 5284

However if I comment out the above line, I don't seem to have any problems, but then I don't have the checkbox/lock functionality. I appreciate any help.

User avatar
amummey
Joomla! Apprentice
Joomla! Apprentice
Posts: 18
Joined: Tue Aug 15, 2006 8:19 am
Location: Ulaanbaatar, Mongolia

Re: "locked" icon causing problems

Post by amummey » Mon Aug 28, 2006 7:21 am

Mod can you delete this, I posted in the wrong forum. Thanks


Locked

Return to “patTemplate”