* Install CaseTracker Mail module
* Create a new node of any type
* Delete this node
RESULT: Crash saying "Fatal error: Cannot use object of type stdClass as array in /var/www/tawasol/modules/casetracker/casetracker_mail.module on line 115"

On casetracker_mail.module, changing line 115 from

db_query('DELETE FROM {casetracker_mail} WHERE cid = %d', $comment['cid']);

to

db_query('DELETE FROM {casetracker_mail} WHERE cid = %d', $comment->cid);

seems to solve the problem.

Comments

zero2one’s picture

Assigned: Unassigned » zero2one
Status: Active » Fixed
Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.