Skip to content

Commit

Permalink
Bugfix, there is not file save callback anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
markusmilkereit committed Jul 24, 2018
1 parent 3bfb811 commit cec06df
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/Resources/contao/dca/tl_boxen.php
Original file line number Diff line number Diff line change
Expand Up @@ -232,10 +232,6 @@
'exclude' => true,
'inputType' => 'fileTree',
'eval' => array('filesOnly'=>true, 'fieldType'=>'radio', 'mandatory'=>true, 'tl_class'=>'clr'),
'save_callback' => array
(
array('tl_content', 'storeFileMetaInformation')
),
'sql' => "binary(16) NULL"
),
'multiSRC' => array
Expand Down

0 comments on commit cec06df

Please sign in to comment.