post permission hooks

This commit is contained in:
Friendika
2011-02-09 19:39:49 -08:00
parent 05c52ae81d
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;