In both actions.inc and workflow_ng, function nodequeue_action_info is defined, resulting in a fatal error and resulting white screen of death.

I was of the impression that these two modules were not mutually exclusive? if they are, this needs to be put into the code as an if/else sort of situation at the very least.

Comments

amitaibu’s picture

Status: Active » Needs review
StatusFileSize
new940 bytes

This is a known issue in wf_ng and actions. I've added a check so a WSOD won't happen.

(btw, this collision is going to be fixed in D6 version).

ezra-g’s picture

Looks good to me, though the drupal_set_message refers to action module instead of actions module ;).

amitaibu’s picture

StatusFileSize
new941 bytes

Fixed typo.

ezra-g’s picture

Status: Needs review » Fixed

New release will be available shortly.

ezra-g’s picture

Also, fixed a 'tabs instead of two spaces' issue in this patch.

Anonymous’s picture

Status: Fixed » Closed (fixed)

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