mirror of
https://github.com/owncloudarchive/contacts.git
synced 2025-02-07 01:54:16 +01:00
Fix wrong parameter order
This commit is contained in:
parent
5dab5fd68c
commit
dbf410fa0a
@ -295,7 +295,7 @@ Class Properties {
|
|||||||
//$cache->remove($key);
|
//$cache->remove($key);
|
||||||
$haskey = $cache->hasKey($key);
|
$haskey = $cache->hasKey($key);
|
||||||
|
|
||||||
if (!array_key_exists($options, 'remove') && !array_key_exists($options, 'update')){
|
if (!array_key_exists('remove', $options) && !array_key_exists('update', $options)){
|
||||||
if ($cache->hasKey($key) && $image === null){
|
if ($cache->hasKey($key) && $image === null){
|
||||||
return $cache->get($key);
|
return $cache->get($key);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user