post permission hooks

This commit is contained in:
Friendika 2011-02-09 19:39:49 -08:00
commit de2c9531db
2 changed files with 24 additions and 0 deletions

View file

@ -22,6 +22,8 @@ function item_post(&$a) {
$uid = local_user();
call_hooks('post_local_start', $_POST);
$parent = ((x($_POST,'parent')) ? intval($_POST['parent']) : 0);
$parent_item = null;