aboutsummaryrefslogtreecommitdiffstats
path: root/include/items.php
diff options
context:
space:
mode:
authorFriendika <info@friendika.com>2010-12-22 14:16:22 -0800
committerFriendika <info@friendika.com>2010-12-22 14:16:22 -0800
commit6808d53d0f8044a395a4e0099689d282285a0ac0 (patch)
tree90d362dadbff52ab596bca6f085c9910e10ca7ce /include/items.php
parenteb6cefaea334fe02e3a77643eb1fc31eaaab5a6e (diff)
downloadvolse-hubzilla-6808d53d0f8044a395a4e0099689d282285a0ac0.tar.gz
volse-hubzilla-6808d53d0f8044a395a4e0099689d282285a0ac0.tar.bz2
volse-hubzilla-6808d53d0f8044a395a4e0099689d282285a0ac0.zip
plugin/addon API landing - still things left to do before it's useful
Diffstat (limited to 'include/items.php')
-rw-r--r--include/items.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/items.php b/include/items.php
index bb1b4f16b..75445ee49 100644
--- a/include/items.php
+++ b/include/items.php
@@ -610,6 +610,8 @@ function item_store($arr) {
}
}
+ call_hooks('post_remote',$arr);
+
dbesc_array($arr);
logger('item_store: ' . print_r($arr,true), LOGGER_DATA);