diff options
author | Friendika <info@friendika.com> | 2010-12-22 14:16:22 -0800 |
---|---|---|
committer | Friendika <info@friendika.com> | 2010-12-22 14:16:22 -0800 |
commit | 6808d53d0f8044a395a4e0099689d282285a0ac0 (patch) | |
tree | 90d362dadbff52ab596bca6f085c9910e10ca7ce /include/items.php | |
parent | eb6cefaea334fe02e3a77643eb1fc31eaaab5a6e (diff) | |
download | volse-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.php | 2 |
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); |