Merge pull request #803 from ldecoker/patch-8

[-] BO : Missing $php_self variable in OrderDetailController.php
This commit is contained in:
Gregory Roussac
2013-10-07 01:00:42 -07:00
@@ -26,6 +26,8 @@
class OrderDetailControllerCore extends FrontController
{
public $php_self = 'order-detail';
public $auth = true;
public $authRedirection = 'history';
public $ssl = true;