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
db770ac2
Commit
db770ac2
authored
Nov 11, 2018
by
Stefan Busemann
Browse files
[TASK] remove crdate in getDate
parent
bfbef159
Changes
1
Hide whitespace changes
Inline
Side-by-side
Classes/Domain/Model/Donation.php
View file @
db770ac2
...
...
@@ -424,10 +424,7 @@ class Donation extends \TYPO3\CMS\Extbase\DomainObject\AbstractEntity
*/
public
function
getDate
()
{
if
(
$this
->
date
)
{
return
$this
->
date
;
}
return
$this
->
crdate
;
return
$this
->
date
;
}
...
...
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