git.cweiske.de
/
paste
/
115.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b00293b
)
(no commit message)
author
Anja
<aleichsenring@ab-softlab.de>
Fri, 31 May 2013 07:59:32 +0000
(
00:59
-0700)
committer
Anja
<aleichsenring@ab-softlab.de>
Fri, 31 May 2013 07:59:32 +0000
(
00:59
-0700)
gistfile1.php
patch
|
blob
|
history
diff --git
a/gistfile1.php
b/gistfile1.php
index 920cec46cd252fa37b2964374ce57d4e9529eb8e..01e00a6bd9d9bd5c327d010b73dd2544d93c24c6 100644
(file)
--- a/
gistfile1.php
+++ b/
gistfile1.php
@@
-45,9
+45,6
@@
public function setImages($images) {
* @return \TYPO3\CMS\Extbase\Persistence\ObjectStorage
*/
public function getImages() {
- if ($this->images instanceof \TYPO3\CMS\Extbase\Persistence\Generic\LazyLoadingStorage) {
- $this->images->_loadRealInstance();
- }
return $this->images;
}
==============================================================================