Update OrderDetailController.php
Missing $php_self variable
This commit is contained in:
@@ -26,6 +26,8 @@
|
||||
|
||||
class OrderDetailControllerCore extends FrontController
|
||||
{
|
||||
public $php_self = 'order-detail';
|
||||
|
||||
public $auth = true;
|
||||
public $authRedirection = 'history';
|
||||
public $ssl = true;
|
||||
|
||||
Reference in New Issue
Block a user