Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Oliver Eglseder
lfeditor
Commits
0e6eba60
Commit
0e6eba60
authored
Nov 04, 2016
by
Josef Glatz
Browse files
[BUGFIX] Remove already registered argument condition
parent
d1c11598
Changes
1
Hide whitespace changes
Inline
Side-by-side
Classes/ViewHelpers/ExtendedIfViewHelper.php
View file @
0e6eba60
...
...
@@ -38,7 +38,7 @@ class ExtendedIfViewHelper extends AbstractConditionViewHelper {
*/
public
function
initializeArguments
()
{
parent
::
initializeArguments
();
$this
->
registerArgument
(
'condition'
,
'boolean'
,
'Condition expression conforming to Fluid boolean rules'
,
FALSE
,
FALSE
);
//
$this->registerArgument('condition', 'boolean', 'Condition expression conforming to Fluid boolean rules', FALSE, FALSE);
$this
->
registerArgument
(
'or'
,
'boolean'
,
'Condition expression conforming to Fluid boolean rules'
,
FALSE
,
FALSE
);
$this
->
registerArgument
(
'or2'
,
'boolean'
,
'Condition expression conforming to Fluid boolean rules'
,
FALSE
,
FALSE
);
$this
->
registerArgument
(
'or3'
,
'boolean'
,
'Condition expression conforming to Fluid boolean rules'
,
FALSE
,
FALSE
);
...
...
@@ -101,4 +101,4 @@ class ExtendedIfViewHelper extends AbstractConditionViewHelper {
}
}
?>
\ No newline at end of file
?>
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment