Skip to content

Commit

Permalink
Fix admin path for patch SUPEE-6788
Browse files Browse the repository at this point in the history
  • Loading branch information
Vinai committed Oct 27, 2015
1 parent d103d4f commit 959c10b
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
Expand Up @@ -297,7 +297,7 @@ public function adminhtmlBlockHtmlBefore(Varien_Event_Observer $observer)
'customer_activated',
array(
'label' => $helper->__('Customer Activated'),
'url' => Mage::getUrl('customeractivation/admin/massActivation'),
'url' => Mage::getUrl('adminhtml/customerActivation/massActivation'),
'additional' => array(
'status' => array(
'name' => 'customer_activated',
Expand Down
Expand Up @@ -17,7 +17,7 @@
* license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
*/

class Netzarbeiter_CustomerActivation_AdminController extends Mage_Adminhtml_Controller_Action
class Netzarbeiter_CustomerActivation_CustomerActivationController extends Mage_Adminhtml_Controller_Action
{
/**
* Activate or deactivate all selected customers
Expand Down Expand Up @@ -124,4 +124,4 @@ protected function _isAllowed()
{
return Mage::getSingleton('admin/session')->isAllowed('customer/manage');
}
}
}
Expand Up @@ -89,13 +89,13 @@
</global>
<admin>
<routers>
<customeractivation>
<use>admin</use>
<adminhtml>
<args>
<module>Netzarbeiter_CustomerActivation</module>
<frontName>customeractivation</frontName>
<modules>
<netzarbeiter_customeractivation>Netzarbeiter_CustomerActivation</netzarbeiter_customeractivation>
</modules>
</args>
</customeractivation>
</adminhtml>
</routers>
</admin>
<frontend>
Expand Down

0 comments on commit 959c10b

Please sign in to comment.