mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2026-01-01 12:59:14 +00:00
load_filters: use memcache (fix obj_id)
This commit is contained in:
@@ -5856,6 +5856,8 @@
|
||||
|
||||
global $memcache;
|
||||
|
||||
$obj_id = md5("FILTER:$feed:$owner_uid:$action_id");
|
||||
|
||||
if ($memcache && $obj = $memcache->get($obj_id)) {
|
||||
|
||||
print_r($obj);
|
||||
|
||||
Reference in New Issue
Block a user