1
0
mirror of https://tt-rss.org/git/tt-rss.git synced 2024-06-24 11:56:36 +02:00

load_filters: use memcache (fix obj_id)

This commit is contained in:
Andrew Dolgov 2010-01-20 12:33:09 +03:00
parent b8ffa322a8
commit 1f01132802

View File

@ -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);