Closed (fixed)
Project:
Hostmaster (Aegir)
Version:
6.x-1.2
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
2 Aug 2011 at 06:23 UTC
Updated:
30 May 2014 at 10:04 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
ergonlogicThis should be fixed by checking $account->uid rather than $user->uid in hosting_client_access(), on line 91 of hosting_client.module, as per the attached patch.
Comment #2
ergonlogicAlso, committed to my dev repo: http://drupalcode.org/sandbox/ergonlogic/1226310.git/commit/86747789494f...
Comment #3
steven jones commentedGood catch, pulled the fix into the main repo.