Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
services
t3o sites
typo3.org
typo3_roadmap
Commits
a4fa835f
Commit
a4fa835f
authored
Sep 18, 2019
by
Stefan Busemann
Browse files
Apply suggestion to Classes/Controller/FeatureController.php
parent
519deb2f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Classes/Controller/FeatureController.php
View file @
a4fa835f
...
...
@@ -45,7 +45,7 @@ class FeatureController extends \TYPO3\CMS\Extbase\Mvc\Controller\ActionControll
{
if
(
$this
->
settings
[
'featurearea'
]
!=
""
)
{
$featureArea
=
$this
->
featureAreaRepository
->
findByUid
(
$this
->
settings
[
'featurearea'
]);
$featureArea
=
$this
->
featureAreaRepository
->
findByUid
(
(
int
)
$this
->
settings
[
'featurearea'
]);
$this
->
view
->
assign
(
'featureArea'
,
$featureArea
);
}
...
...
Write
Preview
Markdown
is supported
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