aboutsummaryrefslogtreecommitdiffstats
path: root/mod/item.php
diff options
context:
space:
mode:
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 98541b570..1373f48b6 100644
--- a/mod/item.php
+++ b/mod/item.php
@@ -28,6 +28,8 @@ function item_post(&$a) {
if((! local_user()) && (! remote_user()) && (! x($_REQUEST,'commenter')))
return;
+ logger('get_perms: ' . print_r($a->get_perms(),true));
+
require_once('include/security.php');
$uid = local_user();