From 1f0113280236928da3c1d57da7781dc8ec977772 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Wed, 20 Jan 2010 12:33:09 +0300 Subject: [PATCH] load_filters: use memcache (fix obj_id) --- functions.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/functions.php b/functions.php index 24abdf01..31d64865 100644 --- a/functions.php +++ b/functions.php @@ -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); -- 2.39.2