mirror of
https://github.com/SkillDisplay/TYPO3ContentElements.git
synced 2024-11-22 03:16:10 +01:00
[BUGFIX] Add additional int-cast for campaign argument in VH
This commit is contained in:
parent
ce53a9ab6e
commit
5b4da676af
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ class UrlViewHelper extends VerificationViewHelper
|
||||||
$arguments['type'],
|
$arguments['type'],
|
||||||
static::getId($arguments),
|
static::getId($arguments),
|
||||||
static::getType($arguments),
|
static::getType($arguments),
|
||||||
$arguments['campaign']
|
(int)$arguments['campaign']
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue