mirror of
https://github.com/friendica/friendica
synced 2025-04-25 19:50:12 +00:00
Fix undefined variable/wrong parameter count/unknown functions
This commit is contained in:
parent
4b5894817e
commit
2978b1eef0
16 changed files with 36 additions and 33 deletions
|
@ -107,7 +107,7 @@ class Cache
|
|||
}
|
||||
|
||||
// Frequently clear cache
|
||||
self::clear($duration);
|
||||
self::clear();
|
||||
|
||||
$r = dba::select('cache', array('v'), array('k' => $key), array('limit' => 1));
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue