Skip to content

Commit

Permalink
edit form field dca file
Browse files Browse the repository at this point in the history
  • Loading branch information
pressi committed Feb 6, 2018
1 parent 78eb363 commit 6b6544e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Resources/contao/dca/tl_form_field.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
$edit = \Input::get("act");
$objElement = false;

$strTable = \IIDO\ShopBundle\Config\BundleConfig::getFileTable( __FILE__ );
$strTable = \IIDO\BasicBundle\Config\BundleConfig::getFileTable( __FILE__ );

if( $edit === "edit" )
{
Expand Down

0 comments on commit 6b6544e

Please sign in to comment.