Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
services
T
t3o sites
typo3.org
typo3.org
Commits
5991ad87
Commit
5991ad87
authored
Oct 15, 2020
by
Jonas Götze
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[BUGFIX] CS-Fixer Korrekturen
parent
10df4bf4
Pipeline
#9777
passed with stages
in 6 minutes and 4 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
extensions/t3org_layout/Classes/Domain/Model/News.php
extensions/t3org_layout/Classes/Domain/Model/News.php
+2
-2
No files found.
extensions/t3org_layout/Classes/Domain/Model/News.php
View file @
5991ad87
...
...
@@ -67,9 +67,9 @@ class News extends \GeorgRinger\News\Domain\Model\News
$userRepository
=
$objectManager
->
get
(
\
TYPO3\CMS\Extbase\Domain\Repository\FrontendUserRepository
::
class
);
$userRepository
->
setDefaultQuerySettings
(
$querySettings
);
$authorFeUsers
=
[];
foreach
(
explode
(
','
,
$this
->
authorFeUser
)
as
$username
)
{
foreach
(
explode
(
','
,
$this
->
authorFeUser
)
as
$username
)
{
$user
=
$userRepository
->
findOneByUsername
(
$username
);
if
(
$user
!==
null
)
{
if
(
$user
!==
null
)
{
$authorFeUsers
[]
=
$user
;
}
}
...
...
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