Skip to content

Commit

Permalink
Update app/code/core/Mage/Adminhtml/Block/Dashboard.php
Browse files Browse the repository at this point in the history
Co-authored-by: Colin Mollenhour <colin@mollenhour.com>
  • Loading branch information
sreichel and colinmollenhour authored Feb 6, 2025
1 parent 6ba1146 commit 8e89fd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/code/core/Mage/Adminhtml/Block/Dashboard.php
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ protected function _prepareLayout()
);

/** @var Mage_Adminhtml_Helper_Dashboard_Data $helper */
$helper = Mage::helper('adminhtml/dashboard');
$helper = Mage::helper('adminhtml/dashboard_data');
if ($helper->isChartEnabled()) {
$block = $this->getLayout()->createBlock('adminhtml/dashboard_diagrams');
} else {
Expand Down

0 comments on commit 8e89fd7

Please sign in to comment.