Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
services
t3o sites
typo3.org
typo3.org
Commits
0950c539
Commit
0950c539
authored
Apr 20, 2019
by
Siddharth Sheth
Browse files
[Fix t3o_mom errir ]
parent
254661ac
Pipeline
#6838
failed with stages
in 11 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
extensions/t3o_mom/Classes/Domain/Repository/T3MomRepository.php
View file @
0950c539
...
...
@@ -17,12 +17,9 @@ namespace T3o\T3oMom\Domain\Repository;
*/
class
T3MomRepository
extends
\
TYPO3\CMS\Extbase\Persistence\Repository
{
public
function
filterByTeam
(
$team
=
null
)
{
$main
=
[];
$query
=
$this
->
createQuery
();
if
(
$team
==
0
)
{
}
else
{
...
...
@@ -33,11 +30,7 @@ class T3MomRepository extends \TYPO3\CMS\Extbase\Persistence\Repository
)
);
}
$result
=
$query
->
execute
();
//debug::var_dump($result);die;
return
$result
;
}
}
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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