Details
-
Type: Bug
-
Status: Done/Fixed
-
Priority: Major
-
Resolution: Fixed/Completed
-
Affects Version/s: 4.2.2, 4.2.6
-
Fix Version/s: 4.2.7
-
Component/s: Core CiviCRM
-
Labels:
Description
I think there is a missing "
{" in line 105 of /civicrm/CRM/Core/BAO/Dashboard.php: $dashlets[$dao->column_no]["$dao->weight}{$dao>dashboard_id}"] = $dao->is_minimized;
The
{ should come before: $dao->weight}This is causing a redirect to our login page when the attempt is made to display the dashlet. The specifics are documented in http://forum.civicrm.org/index.php/topic,26531.0.html.