Removed direct references to and

This commit is contained in:
Deon George
2016-08-03 15:56:14 +10:00
parent 4bbf00a3d1
commit a7616960f0
4 changed files with 4 additions and 4 deletions

View File

@@ -315,7 +315,7 @@ $(document).ready(function() {
// We have preference for parameters passed to the action.
if (is_null($id = Request::current()->param('id'))) {
// First save our POST id data into the session, so we dont need it when going to each page
if (isset($_POST['id']) AND is_array($_POST['id']))
if (is_array($this->request->post('id')))
Session::instance()->set('page_table_view'.$key,'id');
if ($ids = Session::instance()->get('page_table_view'.$key)) {