Skip to content

Commit

Permalink
removed dump all from development
Browse files Browse the repository at this point in the history
  • Loading branch information
Arne Stappen committed Sep 6, 2016
1 parent d28fafa commit 634328c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Resources/contao/dca/tl_content.php
Original file line number Diff line number Diff line change
Expand Up @@ -542,7 +542,6 @@ public function prepareOrderSRCValue ($value, $dc)
$id = explode('_', $dc->field);
$orderSRC = \StringUtil::deserialize($this->arrLoadedValues[$id[2]][$id[1]]['orderSRC']);
$GLOBALS['TL_DCA']['tl_content']['fields'][$dc->field]['eval']['orderSRC_'.$id[1].'_'.$id[2]] = (is_array($orderSRC)) ? $orderSRC : array();
dump($GLOBALS['TL_DCA']['tl_content']['fields'][$dc->field]);

return $value;
}
Expand Down

0 comments on commit 634328c

Please sign in to comment.