* 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
Comment #1
zero2one commentedIs fixed in http://drupal.org/cvs?commit=85845
Comment #2
(not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.