post permission hooks
This commit is contained in:
parent
05c52ae81d
commit
de2c9531db
2 changed files with 24 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue