mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-18 17:41:31 +00:00
load_filters: use memcache (2)
This commit is contained in:
@@ -5860,8 +5860,6 @@
|
|||||||
|
|
||||||
if ($memcache && $obj = $memcache->get($obj_id)) {
|
if ($memcache && $obj = $memcache->get($obj_id)) {
|
||||||
|
|
||||||
print_r($obj);
|
|
||||||
|
|
||||||
return $obj;
|
return $obj;
|
||||||
|
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
Reference in New Issue
Block a user