From de2c9531db2332f0c0e944add6f9d85e88476dff Mon Sep 17 00:00:00 2001 From: Friendika Date: Wed, 9 Feb 2011 19:39:49 -0800 Subject: post permission hooks --- mod/item.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'mod/item.php') diff --git a/mod/item.php b/mod/item.php index 737fe8341..a83373f59 100644 --- a/mod/item.php +++ b/mod/item.php @@ -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; -- cgit v1.2.3