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