aboutsummaryrefslogtreecommitdiffstats
path: root/mod/item.php
diff options
context:
space:
mode:
authorFriendika <info@friendika.com>2011-02-09 19:39:49 -0800
committerFriendika <info@friendika.com>2011-02-09 19:39:49 -0800
commitde2c9531db2332f0c0e944add6f9d85e88476dff (patch)
tree993520ba3ab11c44121b5040f6cd4551b5eacbff /mod/item.php
parent05c52ae81da6ce3c3b57672c2560072e1ce2705c (diff)
downloadvolse-hubzilla-de2c9531db2332f0c0e944add6f9d85e88476dff.tar.gz
volse-hubzilla-de2c9531db2332f0c0e944add6f9d85e88476dff.tar.bz2
volse-hubzilla-de2c9531db2332f0c0e944add6f9d85e88476dff.zip
post permission hooks
Diffstat (limited to 'mod/item.php')
-rw-r--r--mod/item.php2
1 files changed, 2 insertions, 0 deletions
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;