We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ced031d commit 594c640Copy full SHA for 594c640
app/code/core/Mage/Adminhtml/Block/Customer/Edit/Tabs.php
@@ -82,7 +82,7 @@ protected function _beforeToHtml()
82
]);
83
}
84
85
- if (Mage::getSingleton('admin/session')->isAllowed('catalog/reviews_ratings')) {
+ if (Mage::helper('core')->isModuleOutputEnabled('Mage_Review') && Mage::getSingleton('admin/session')->isAllowed('catalog/reviews_ratings')) {
86
$this->addTab('reviews', [
87
'label' => Mage::helper('customer')->__('Product Reviews'),
88
'class' => 'ajax',
0 commit comments