Kaynağa Gözat

Merge pull request #44981 from nextcloud/backport/44794/stable29

[stable29] fix(memcache): remove double $$ to fix error
tags/v29.0.1rc1
Ferdinand Thiessen 1 ay önce
ebeveyn
işleme
c5ee34cb4c
No account linked to committer's email address
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1
    1
      lib/private/Memcache/LoggerWrapperCache.php

+ 1
- 1
lib/private/Memcache/LoggerWrapperCache.php Dosyayı Görüntüle

@@ -75,7 +75,7 @@ class LoggerWrapperCache extends Cache implements IMemcacheTTL {
FILE_APPEND
);

return $this->wrappedCache->set($key, $value, $$ttl);
return $this->wrappedCache->set($key, $value, $ttl);
}

/** @inheritDoc */

Loading…
İptal
Kaydet