summaryrefslogtreecommitdiff
path: root/functions.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2010-01-20 12:33:09 +0300
committerAndrew Dolgov <[email protected]>2010-01-20 12:33:09 +0300
commit1f0113280236928da3c1d57da7781dc8ec977772 (patch)
tree8860846b12adf6c3ba995f21fa337c3c21400755 /functions.php
parentb8ffa322a824afeb28d7dc448644d594c9aab780 (diff)
load_filters: use memcache (fix obj_id)
Diffstat (limited to 'functions.php')
-rw-r--r--functions.php2
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);