File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ protected function _prepareLayout() {
4343 if ( Mage::getStoreConfig ('zendesk/backend_features/show_all ' ) AND $ configured ) {
4444 $ all = array (
4545 'class ' => 'ajax ' ,
46- 'url ' => $ this ->getUrl ('zendesk/adminhtml_zendesk /ticketsAll ' ),
46+ 'url ' => $ this ->getUrl ('adminhtml/zendesk /ticketsAll ' ),
4747 );
4848 $ label = $ this ->__ ("All tickets " );
4949
@@ -96,7 +96,7 @@ protected function _prepareLayout() {
9696 $ this ->addTab ($ viewId , array (
9797 'label ' => $ label ,
9898 'class ' => 'ajax ' ,
99- 'url ' => $ this ->getUrl ('zendesk/adminhtml_zendesk /ticketsView ' , array ('viewid ' => $ viewId )),
99+ 'url ' => $ this ->getUrl ('adminhtml/zendesk /ticketsView ' , array ('viewid ' => $ viewId )),
100100 ));
101101 } else {
102102 Mage::unregister ('zendesk_tickets_view ' );
You can’t perform that action at this time.
0 commit comments