Skip to content

Commit

Permalink
CS
Browse files Browse the repository at this point in the history
  • Loading branch information
Toflar committed Sep 10, 2021
1 parent b559a04 commit db97aba
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion core-bundle/src/Resources/contao/drivers/DC_Table.php
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,6 @@ public function __construct($strTable, $arrModule=array())
$this->ptable = $GLOBALS['TL_DCA'][$this->strTable]['config']['ptable'] ?? null;
$this->ctable = $GLOBALS['TL_DCA'][$this->strTable]['config']['ctable'] ?? null;
$this->treeView = \in_array($GLOBALS['TL_DCA'][$this->strTable]['list']['sorting']['mode'] ?? null, array(5, 6));
$this->root = array();
$this->arrModule = $arrModule;

// Call onload_callback (e.g. to check permissions)
Expand Down

0 comments on commit db97aba

Please sign in to comment.