diff options
author | Mario Vavti <mario@mariovavti.com> | 2016-08-03 23:57:41 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2016-08-03 23:57:41 +0200 |
commit | 908e15bc9041f757217ba8d3635a8d83a5544c46 (patch) | |
tree | 243561fa211f28529191e103039629288a4b088f /include/conversation.php | |
parent | df27a48e727ee319e3b9ff1f94024d1cf100f350 (diff) | |
download | volse-hubzilla-908e15bc9041f757217ba8d3635a8d83a5544c46.tar.gz volse-hubzilla-908e15bc9041f757217ba8d3635a8d83a5544c46.tar.bz2 volse-hubzilla-908e15bc9041f757217ba8d3635a8d83a5544c46.zip |
multi acl: port events
Diffstat (limited to 'include/conversation.php')
-rw-r--r-- | include/conversation.php | 2 |
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', |