diff options
| author | Andrew Dolgov <fox@bah.org.ru> | 2010-01-20 12:33:09 +0300 |
|---|---|---|
| committer | Andrew Dolgov <fox@bah.org.ru> | 2010-01-20 12:33:09 +0300 |
| commit | 1f0113280236928da3c1d57da7781dc8ec977772 (patch) | |
| tree | 8860846b12adf6c3ba995f21fa337c3c21400755 /functions.php | |
| parent | b8ffa322a824afeb28d7dc448644d594c9aab780 (diff) | |
load_filters: use memcache (fix obj_id)
Diffstat (limited to 'functions.php')
| -rw-r--r-- | functions.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/functions.php b/functions.php index 24abdf016..31d648650 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); |