Details
-
Type: Bug
-
Status: Done/Fixed
-
Priority: Major
-
Resolution: Fixed/Completed
-
Affects Version/s: 4.1.1
-
Fix Version/s: 4.1.2
-
Component/s: CiviReport
-
Labels:None
Description
Using v4.1.1 on Drupal 6 and setting ACL Group/Role permissions on a Report, a white screen is returned with this error in the log:
Call to undefined method CRM_Core_Permission_Drupal6::checkgrouprole() in /home/clients/websites/w_dnow/civicrm/nobackup/v4.1.1-d6-dnow/CRM/Core/Permission.php(103) : eval()'d code on line 1
The attached patch copied from CRM/Core/Permission/Drupal.php (D7) fixes this. I'll note that there are several other functions in the (D7) Drupal.php missing from Drupal6.php, but I did not test if these are needed or correct.