Skip to content

Commit 74757fe

Browse files
author
Jason Smale
committed
Switched to Adams approach for brining in the JWT class
1 parent 0d014fa commit 74757fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/code/community/Zendesk/Zendesk/controllers/Adminhtml/ZendeskController.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
* limitations under the License.
1616
*/
1717

18-
require_once(plugin_dir_path( __FILE__ ) . '../Helper/JWT.php');
18+
require_once( Mage::getModuleDir('base'). 'community/Zendesk/Zendesk/Helper/JWT.php');
1919

2020
class Zendesk_Zendesk_Adminhtml_ZendeskController extends Mage_Adminhtml_Controller_Action
2121
{

0 commit comments

Comments
 (0)