]> git.wh0rd.org - tt-rss.git/blobdiff - functions.php
load_filters: use memcache (fix obj_id)
[tt-rss.git] / functions.php
index 24abdf016abfae640cfc460126c10152c40f46c6..31d6486506581a29cf218d4273a80f3c8f5b16cb 100644 (file)
 
                global $memcache;
 
+               $obj_id = md5("FILTER:$feed:$owner_uid:$action_id");
+
                if ($memcache && $obj = $memcache->get($obj_id)) {
 
                        print_r($obj);