aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/conversation.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/conversation.php b/include/conversation.php
index f68d538dc..6bcd968f4 100644
--- a/include/conversation.php
+++ b/include/conversation.php
@@ -1213,8 +1213,6 @@ function status_editor($a, $x, $popup = false) {
call_hooks('jot_tool', $jotplugins);
- //print_r(acl2json($x['permissions']['allow_gid'])); killme();
-
$o .= replace_macros($tpl, array(
'$return_path' => ((x($x, 'return_path')) ? $x['return_path'] : App::$query_string),
'$action' => z_root() . '/item',