Closed (fixed)
Project:
Advanced Queue
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Reporter:
Created:
25 Jun 2013 at 11:29 UTC
Updated:
29 Apr 2014 at 09:50 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
laurentchardin commentedSee patch attached.
Comment #2
ekes commentedWorks here.
One small thing there any reason to partly-simulate the logic of DrupalQueue::get to work out the class returned, rather than using get_class() on the one actually returned? What I mean attached.
Comment #3
bojanz commentedI converted the static to use drupal_static and tweaked the code a bit, and committed. Thanks!