Skip to content

Commit

Permalink
[Core] Remove left-over code in DC_Table (see #1130).
Browse files Browse the repository at this point in the history
  • Loading branch information
leofeyer committed Nov 9, 2017
1 parent 7848614 commit 19ab5cf
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions core-bundle/src/Resources/contao/drivers/DC_Table.php
Expand Up @@ -354,11 +354,6 @@ public function showAll()
}
}

// Store the current IDs
$session = $objSession->all();
$session['CURRENT']['IDS'] = $this->current;
$objSession->replace($session);

return $return;
}

Expand Down

0 comments on commit 19ab5cf

Please sign in to comment.