Skip to content
This repository has been archived by the owner on Jun 1, 2023. It is now read-only.

Commit

Permalink
bug fix for previous release
Browse files Browse the repository at this point in the history
  • Loading branch information
fritzmg authored Oct 9, 2017
1 parent 2debc1f commit b2031a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion system/modules/short_urls/dca/tl_short_urls.php
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@
)
);

if (interface_exists('Contao\CoreBundle\Picker\DcaPickerProviderInterface', false))
if (interface_exists('Contao\CoreBundle\Picker\DcaPickerProviderInterface'))
{
$GLOBALS['TL_DCA']['tl_short_urls']['fields']['target']['eval']['dcaPicker'] = true;
unset($GLOBALS['TL_DCA']['tl_short_urls']['fields']['target']['eval']['fieldType']);
Expand Down

0 comments on commit b2031a9

Please sign in to comment.