Fix undefined method call

This commit is contained in:
Thibaud Fabre
2015-07-10 17:45:54 +02:00
parent 569c2ff6d8
commit fcb369486a

View File

@@ -54,7 +54,7 @@ class ArrayCacheCollectionRepository implements CollectionRepository
$this->collectionRepository->save($collection);
if ($this->collectionCache !== null) {
$this->collectionCache[$collection->get_coll_id()] = $collection;
$this->collectionCache = null;
}
}
}