mirror of
https://github.com/wintercms/winter.git
synced 2024-06-28 05:33:29 +02:00
Missing return
This commit is contained in:
parent
c17e9b0e33
commit
984674d987
@ -265,7 +265,7 @@ class ListController extends ControllerBehavior
|
||||
Flash::success(Lang::get('backend::lang.list.delete_selected_success'));
|
||||
}
|
||||
|
||||
$this->controller->listRefresh();
|
||||
return $this->controller->listRefresh();
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user