diff options
author | marijus <mario@mariovavti.com> | 2015-01-24 01:15:54 +0100 |
---|---|---|
committer | marijus <mario@mariovavti.com> | 2015-01-24 01:15:54 +0100 |
commit | 43793540214ac6a578f8495c3cca41d831eb7536 (patch) | |
tree | c738f59f764045dccdb5e413e50cfc2c2316ce36 /include/attach.php | |
parent | 0cbe64c3606312302ad5d3ef56df5d152983ee4e (diff) | |
download | volse-hubzilla-43793540214ac6a578f8495c3cca41d831eb7536.tar.gz volse-hubzilla-43793540214ac6a578f8495c3cca41d831eb7536.tar.bz2 volse-hubzilla-43793540214ac6a578f8495c3cca41d831eb7536.zip |
disable notices
Diffstat (limited to 'include/attach.php')
-rw-r--r-- | include/attach.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/attach.php b/include/attach.php index 153186312..9c71beb23 100644 --- a/include/attach.php +++ b/include/attach.php @@ -1031,7 +1031,7 @@ function file_activity($channel_id, $object, $allow_cid, $allow_gid, $deny_cid, $update = false; - notice( t('File activity updated') . EOL); + //notice( t('File activity updated') . EOL); } @@ -1069,7 +1069,7 @@ function file_activity($channel_id, $object, $allow_cid, $allow_gid, $deny_cid, call_hooks('post_local_end', $arr); - (($verb === 'post') ? notice( t('File activity posted') . EOL) : notice( t('File activity dropped') . EOL)); + //(($verb === 'post') ? notice( t('File activity posted') . EOL) : notice( t('File activity dropped') . EOL)); return; |