Details
-
Type: Bug
-
Status: Done/Fixed
-
Priority: Major
-
Resolution: Fixed/Completed
-
Affects Version/s: HRD
-
Fix Version/s: 2.0
-
Component/s: Core CiviCRM
-
Labels:None
Description
In CiviCRM 2.0.0 Drupal version, we get a syntax error in CRM/ACL/BAO/ACL.php line 801. The cause is two lines before; in line 799, there is an extraneous 'x' after '}'. The fix is to remove the 'x'.