Closed (fixed)
Project:
Auto Assign Role
Version:
6.x-2.0-beta1
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
13 Jan 2011 at 15:54 UTC
Updated:
11 Nov 2014 at 07:04 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
afox commentedLooks good. Here's a proper patch made for 6.x-1.2. It should work for 2.0 also.
Someone please check if this works with 2.0 and mark as RTBC.
Comment #3
drOptimum commentedHi,
Changing the line 461 to
if (in_array($rid, array(content_profile_get_settings($type, 'autoassignrole_use')))) {
solved the problem in my case.
Comment #4
gateway69 commentedI can confirm that #3 fixes the issue.. yet another php 5.3 issue
Comment #5
afox commentedHere's a new patch for 2.0-beta1. Not tested, but should work as it's basically the same as for 1.2.
Comment #7
afox commentedLet's try this again...
Comment #8
mike.davis commentedChanged status for test bot
Comment #12
mike.davis commentedThis has been committed now.