load_filters: use memcache (fix obj_id)

master
Andrew Dolgov 15 years ago
parent b8ffa322a8
commit 1f01132802

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

Loading…
Cancel
Save