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() {
43
43
if ( Mage::getStoreConfig ('zendesk/backend_features/show_all ' ) AND $ configured ) {
44
44
$ all = array (
45
45
'class ' => 'ajax ' ,
46
- 'url ' => $ this ->getUrl ('zendesk/adminhtml_zendesk /ticketsAll ' ),
46
+ 'url ' => $ this ->getUrl ('adminhtml/zendesk /ticketsAll ' ),
47
47
);
48
48
$ label = $ this ->__ ("All tickets " );
49
49
@@ -96,7 +96,7 @@ protected function _prepareLayout() {
96
96
$ this ->addTab ($ viewId , array (
97
97
'label ' => $ label ,
98
98
'class ' => 'ajax ' ,
99
- 'url ' => $ this ->getUrl ('zendesk/adminhtml_zendesk /ticketsView ' , array ('viewid ' => $ viewId )),
99
+ 'url ' => $ this ->getUrl ('adminhtml/zendesk /ticketsView ' , array ('viewid ' => $ viewId )),
100
100
));
101
101
} else {
102
102
Mage::unregister ('zendesk_tickets_view ' );
You can’t perform that action at this time.
0 commit comments