hi here

It's not really a bug, but in the tokens list declaration there is no set and default value for the $tokens variable. My server show notice error and here is what I have :

Notice: Undefined variable: tokens in workflow_token_list() (line 1643 of /mysite/sites/all/modules/workflow/workflow.module).

I added you a patch to correct it.

Adding "$tokens = array();" on line 1643

Best regards.

CommentFileSizeAuthor
workflow.module.patch428 bytesJulienD

Comments

jvandyk’s picture

Status: Needs review » Fixed

Committed. Will appear in 6.x-1.5.

Status: Fixed » Closed (fixed)

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