Details
-
Type: Bug
-
Status: Done/Fixed
-
Priority: Major
-
Resolution: Duplicate
-
Affects Version/s: 2.1
-
Fix Version/s: 2.1
-
Component/s: Core CiviCRM
-
Labels:None
Description
In CiviCRM 2.1-alpha-4 running on Drupal 6.4, CRM_Core_Menu.php bites it because it can't find CRM_Core_Permission::checkMenuItem(). The fix is to add the line
require_once 'CRM/Core/Permission.php';
after the "require once ... I18n..."
near the top of the file.