]> source.dussan.org Git - nextcloud-server.git/commit
Fix in locking cache check 27828/head
authorMichaIng <micha@dietpi.com>
Mon, 5 Jul 2021 21:11:13 +0000 (23:11 +0200)
committerbackportbot[bot] <backportbot[bot]@users.noreply.github.com>
Tue, 6 Jul 2021 17:08:42 +0000 (17:08 +0000)
commit8edcc8142fe31d56f7e1cfb1e5d8ef2ff8746af8
tree678dd637af4a47b943596b9bd079e3bb243c5b46
parentc4159e37ed594030b5be630139426c05a07c158e
Fix in locking cache check

The intention obviously was to check whether $lockingCacheClass is defined, and existing class, and available. It was however checked whether the $distributedCacheClass is an existing class, which would have caused an exception already in the previous distributed cache check.

Signed-off-by: MichaIng <micha@dietpi.com>
lib/private/Memcache/Factory.php