aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormarijus <mario@mariovavti.com>2015-02-05 21:31:05 +0100
committermarijus <mario@mariovavti.com>2015-02-05 21:31:05 +0100
commit1d5321798af534368a6f902a109f8efd3c53bd6b (patch)
tree2556d214bdfdbb71ad7a22531fd3ef933aa1d5b9
parentbe0e6ed6d7467991b51f40266ad9a149cdcda247 (diff)
downloadvolse-hubzilla-1d5321798af534368a6f902a109f8efd3c53bd6b.tar.gz
volse-hubzilla-1d5321798af534368a6f902a109f8efd3c53bd6b.tar.bz2
volse-hubzilla-1d5321798af534368a6f902a109f8efd3c53bd6b.zip
forgot to remove some debug stuff
-rw-r--r--include/attach.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/attach.php b/include/attach.php
index 38fe3173b..1b89480b3 100644
--- a/include/attach.php
+++ b/include/attach.php
@@ -987,8 +987,6 @@ function file_activity($channel_id, $object, $allow_cid, $allow_gid, $deny_cid,
$r_perms = recursive_activity_recipients($allow_cid, $allow_gid, $deny_cid, $deny_gid, $folder_hash);
- print_r($r_perms); killme();
-
$allow_cid = perms2str($r_perms['allow_cid']);
$allow_gid = perms2str($r_perms['allow_gid']);
$deny_cid = perms2str($r_perms['deny_cid']);