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
bfbef159
Commit
bfbef159
authored
Nov 10, 2018
by
Stefan Busemann
Browse files
[REFACTOR] remove else statement for crdate
parent
7865005c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Classes/Domain/Model/Donation.php
View file @
bfbef159
...
...
@@ -426,10 +426,8 @@ class Donation extends \TYPO3\CMS\Extbase\DomainObject\AbstractEntity
{
if
(
$this
->
date
)
{
return
$this
->
date
;
}
else
{
return
$this
->
crdate
;
}
return
$this
->
crdate
;
}
...
...
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