projects
/
Packages
/
TYPO3.CMS.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
[+BUGFIX] Extbase (Persistence): Fixed a problem where the cache was cleared at every...
[Packages/TYPO3.CMS.git]
/
typo3
/
sysext
/
extbase
/
Classes
/
DomainObject
/
AbstractDomainObject.php
diff --git
a/typo3/sysext/extbase/Classes/DomainObject/AbstractDomainObject.php
b/typo3/sysext/extbase/Classes/DomainObject/AbstractDomainObject.php
index
3f04032
..
deee8d3
100644
(file)
--- a/
typo3/sysext/extbase/Classes/DomainObject/AbstractDomainObject.php
+++ b/
typo3/sysext/extbase/Classes/DomainObject/AbstractDomainObject.php
@@
-151,7
+151,7
@@
abstract class Tx_Extbase_DomainObject_AbstractDomainObject implements Tx_Extbas
*
* @return boolean
*/
- public function _isDirty() {
+ public function _isDirty(
$propertyName = NULL
) {
return FALSE;
}