1
0
Fork 0

plugin/addon API landing - still things left to do before it's useful

This commit is contained in:
Friendika 2010-12-22 14:16:22 -08:00
commit 6808d53d0f
8 changed files with 171 additions and 124 deletions

View file

@ -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);