// code review

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@13131 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
bMancone
2012-02-08 14:27:20 +00:00
parent 8a5f37be1b
commit f2920c2775
2 changed files with 3 additions and 3 deletions
@@ -30,7 +30,7 @@
*/
class AdminStockInstantStateControllerCore extends AdminController
{
private $stock_instant_state_warehouses = array();
protected $stock_instant_state_warehouses = array();
public function __construct()
{