File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -138,7 +138,7 @@ protected function _prepareForm()
138138 'hidden ' ,
139139 ['name ' => 'store_ids[] ' , 'value ' => $ this ->_storeManager ->getStore (true )->getId ()]
140140 );
141- $ model ->setStoreIds ([ $ this ->_storeManager ->getStore (true )->getId ()] );
141+ $ model ->setStoreIds ($ this ->_storeManager ->getStore (true )->getId ());
142142 }
143143
144144 $ field = $ fieldset ->addField (
Original file line number Diff line number Diff line change @@ -138,7 +138,7 @@ protected function _prepareForm()
138138 'hidden ' ,
139139 ['name ' => 'post[store_ids][] ' , 'value ' => $ this ->_storeManager ->getStore (true )->getId ()]
140140 );
141- $ model ->setStoreIds ([ $ this ->_storeManager ->getStore (true )->getId ()] );
141+ $ model ->setStoreIds ($ this ->_storeManager ->getStore (true )->getId ());
142142 }
143143
144144 $ field = $ fieldset ->addField (
You can’t perform that action at this time.
0 commit comments