diff --git a/system/modules/short_urls/classes/ShortURLs.php b/system/modules/short_urls/classes/ShortURLs.php index e88bb6d..ed5feba 100644 --- a/system/modules/short_urls/classes/ShortURLs.php +++ b/system/modules/short_urls/classes/ShortURLs.php @@ -28,7 +28,7 @@ public function __construct() public static function processTarget( $target ) { // replace insert tags for Contao 3.5.7 and up - if( version_compare( VERSION . BUILD , '3.5.7', '>=' ) ) + if( version_compare( VERSION . '.' . BUILD, '3.5.7', '>=' ) ) $target = \Controller::replaceInsertTags( $target ); // check for insert tag