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:
a359213
)
(no commit message)
author
Anja
<aleichsenring@ab-softlab.de>
Fri, 31 May 2013 07:30:53 +0000
(
00:30
-0700)
committer
Anja
<aleichsenring@ab-softlab.de>
Fri, 31 May 2013 07:30:53 +0000
(
00:30
-0700)
gistfile1.php
patch
|
blob
|
history
diff --git
a/gistfile1.php
b/gistfile1.php
index 598cbac8f8378d96ee5a9a49f8ed2aa1c0585d78..f7675a78bfb436a16ddf58f3dd0a41b901de1aa8 100644
(file)
--- a/
gistfile1.php
+++ b/
gistfile1.php
@@
-45,7
+45,7
@@
public function setImages($images) {
* @return \TYPO3\CMS\Extbase\Persistence\ObjectStorage
*/
public function getImages() {
- if ($this->images instanceof LazyLoadingProxy) {
+ if ($this->images instanceof
\TYPO3\CMS\Extbase\Persistence\Generic\
LazyLoadingProxy) {
$this->images->_loadRealInstance();
}
return $this->images;