1
0
Fork 0

Class file relocations

Issue #3878
This commit is contained in:
Adam Magness 2017-11-07 22:57:46 -05:00
commit 4ca68c7af0
151 changed files with 987 additions and 8742 deletions

View file

@ -7,6 +7,7 @@
use Friendica\Core\Config;
use Friendica\Core\PConfig;
use Friendica\Database\DBM;
class Cache {
/**
@ -104,7 +105,7 @@ class Cache {
dbesc($key)
);
if (dbm::is_result($r)) {
if (DBM::is_result($r)) {
$cached = $r[0]['v'];
$value = @unserialize($cached);