Actions
Bug #68132
closedIt's not possible to use 0 as a TypoScript userfunc argument
Start date:
2015-07-14
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
6.2
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Remote Sprint
Description
It's not possible to use 0
as a argument in a TypoScript Userfunc as you will get this Error:
PHP Warning: Missing argument 2 for Vendor\Class::myFunction() in ...
Example Func:
... /* * @param string $param1 * @param int $param2 * @return boolean */ public function myFunction($param1, $param2) { ...
Example Call:
[userFunc = \Vendor\Class::myFunction(foo,0)] ... [global]
Updated by Gerrit Code Review over 9 years ago
- Status changed from Accepted to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/41218
Updated by Gerrit Code Review over 9 years ago
Patch set 1 for branch TYPO3_6-2 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/41225
Updated by Sascha Egerer over 9 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 3ce6b692cc4122eb22d8d7723842f20878a04f98.
Actions