Details
-
Type: Bug
-
Status: Done/Fixed
-
Priority: Minor
-
Resolution: Fixed/Completed
-
Affects Version/s: 4.1.0
-
Fix Version/s: 4.1.2
-
Component/s: Core CiviCRM
-
Labels:None
Description
Reported on forums at: http://forum.civicrm.org/index.php?topic=23544.new#new
... and I replicated on my local 4.1 D7 install.
CRM_Core_Permission::check( 'Administer users' ) in line 249 or CRM/Contact/Page/View.php is returning false for a user if they are NOT Drupal user 1 (super-admin), even though I have checked 'Administer users' in the permissions list for that role. Seems like the underlying function call in Permissions_Drupal.php::check() is not doing the right thing in D7.
NOTE: Didn't test this in D6 - might be broken there as well ??