nextcloud/lib
Jonas 7ee01a07fd Check whether entry is of type ICacheEntry in Cache->remove()
In some scenarios (file not in cache, but partial data of it in the
object), Cache->get() might return an array, which leads to errors like
"Call to a member function getId() on array".

So check whether the returned entry is of type ICacheEntry before doing
operations on it in Cache->remove().

Fixes: #33023

Signed-off-by: Jonas <jonas@freesources.org>
2022-06-30 12:24:42 +00:00
..
composer don't overwrite the etag from storage backends that already provide "good" etags 2022-04-14 13:47:02 +02:00
l10n [tx-robot] updated from transifex 2022-06-30 02:24:06 +00:00
private Check whether entry is of type ICacheEntry in Cache->remove() 2022-06-30 12:24:42 +00:00
public Use email settings in DAV search 2022-06-07 11:37:26 +00:00
autoloader.php Update php licenses 2021-06-04 22:02:41 +02:00
base.php Build OC\Core\Application when running occ or cron to register listeners correctly 2022-03-22 10:36:20 +01:00
versioncheck.php Use proper exit code 2021-10-03 21:51:45 +02:00