summaryrefslogtreecommitdiff
path: root/functions.php
diff options
context:
space:
mode:
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);