Missing php_self variable

Most of the controller have the php_self variable but not the ProductController.
This commit is contained in:
ldecoker
2013-03-10 19:27:21 +01:00
parent fd0e0618ab
commit d9e2dc288d
+2 -1
View File
@@ -26,6 +26,7 @@
class ProductControllerCore extends FrontController
{
public $php_self = 'product';
/**
* @var Product
*/
@@ -615,4 +616,4 @@ class ProductControllerCore extends FrontController
}
return $specific_prices;
}
}
}