Closed (fixed)
Project:
Session Limit
Version:
7.x-2.0-beta1
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
25 Dec 2011 at 11:49 UTC
Updated:
13 Jan 2012 at 15:10 UTC
Jump to comment: Most recent file
Comments
Comment #1
rszrama commentedNo clue, never used the module. Obviously there's something odd in the token definition there, and perhaps the Rule to send an order notification e-mail just turned it up.
Comment #2
ntigh52 commentedThanks rszrama,
Its also when I change user role - the same problem.
example:
from •Anonymous user to •Authenticated user.
or from •Authenticated user to some role else...
any Solutions to someone?
Thanks/
Comment #3
snufkin commentedThe issue is that the module did not define the $replacements variable in its hook_tokens implementation. Patch fixes this notice.
Comment #4
snufkin commentedComment #5
ntigh52 commentedsnufkin,
I dont know how to install a patch,
But I opened your patch and added the line ( 1 line ) that you define the $replacements variable in its hook_tokens implementation. ( on the place that I saw in your patch ).
Its work!!!
Well done.
Thanks a lot.
Comment #6
snufkin commentedComment #7
deekayen commentedcommitted