Skip to content
This repository has been archived by the owner on Sep 14, 2020. It is now read-only.

Commit

Permalink
Merge branch '1.0.0-wip' of https://github.com/mage-eag/mage-enhanced…
Browse files Browse the repository at this point in the history
…-admin-grids into 1.0.0-wip
  • Loading branch information
mage-eag committed Jul 8, 2015
2 parents 181b6f5 + 2064512 commit a1b97df
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -600,7 +600,7 @@ protected function _applyGridsListAction(
) {
try {
$gridModel = $this->_initGridModel();
call_user_func_array(array($gridModel, $methodName));
call_user_func_array(array($gridModel, $methodName), $parameters);

if ($saveAfter) {
$gridModel->save();
Expand Down

0 comments on commit a1b97df

Please sign in to comment.