mirror of
https://github.com/friendica/friendica
synced 2025-04-19 11:10:10 +00:00
Rename selectOne to selectFirst
This commit is contained in:
parent
c7a7658316
commit
ae66bcaff3
51 changed files with 821 additions and 821 deletions
|
@ -109,7 +109,7 @@ class Cache
|
|||
// Frequently clear cache
|
||||
self::clear();
|
||||
|
||||
$r = dba::selectOne('cache', ['v'], ['k' => $key]);
|
||||
$r = dba::selectFirst('cache', ['v'], ['k' => $key]);
|
||||
|
||||
if (DBM::is_result($r)) {
|
||||
$cached = $r['v'];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue