(no commit message)
[paste/115.git] / gistfile1.php
index 598cbac8f8378d96ee5a9a49f8ed2aa1c0585d78..f7675a78bfb436a16ddf58f3dd0a41b901de1aa8 100644 (file)
@@ -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;