diff options
author | marijus <mario@mariovavti.com> | 2015-02-05 21:31:05 +0100 |
---|---|---|
committer | marijus <mario@mariovavti.com> | 2015-02-05 21:31:05 +0100 |
commit | 1d5321798af534368a6f902a109f8efd3c53bd6b (patch) | |
tree | 2556d214bdfdbb71ad7a22531fd3ef933aa1d5b9 /include/attach.php | |
parent | be0e6ed6d7467991b51f40266ad9a149cdcda247 (diff) | |
download | volse-hubzilla-1d5321798af534368a6f902a109f8efd3c53bd6b.tar.gz volse-hubzilla-1d5321798af534368a6f902a109f8efd3c53bd6b.tar.bz2 volse-hubzilla-1d5321798af534368a6f902a109f8efd3c53bd6b.zip |
forgot to remove some debug stuff
Diffstat (limited to 'include/attach.php')
-rw-r--r-- | include/attach.php | 2 |
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']); |