Rules action only checks for smartqueue taxonomy module subqueues ignoring all other smartqueue modules, like smartqueue language. This patch will invoke the hook for all modules, including smartqueue taxonomy.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

shadysamir created an issue. See original summary.

shadysamir’s picture

One should not submit patches when half asleep. Here is the patch again fixing an embarrassing mistake.

shadysamir’s picture

I tested #2 with smartqueue_language and it failed as module_invoke will pass arguments by value when the hook implementation is expecting it by reference. I can only think of ignoring module_invoke and implementing our own call_user_func_array.

shadysamir’s picture

Issue summary: View changes