on line 463 of mixpanel.module we can found a drupal_queue_get()
it causes this error:

Fatal error: Call to undefined function drupal_queue_get() in /home/leandro/public_html/tompok/sites/all/modules/contrib/mixpanel/mixpanel.module on line 463

it should be
$queue = DrupalQueue::get('mixpanel_track');

CommentFileSizeAuthor
#2 mixpanel-2636078-1.patch351 bytesleandro713

Comments

leandro713 created an issue. See original summary.

leandro713’s picture

StatusFileSize
new351 bytes

i attach a patch

hgoto’s picture

Status: Active » Reviewed & tested by the community

Thank you for sharing the issue.

The patch works for me. Surely drupal_queue_get() is a function in D6 and was replaced by DrupalQueue::get() in D7. I'd like change the status to RTBC.

dsnopek’s picture

Status: Reviewed & tested by the community » Fixed

Committed, thanks!

Status: Fixed » Closed (fixed)

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