aboutsummaryrefslogtreecommitdiffstats
path: root/include/attach.php
diff options
context:
space:
mode:
authormarijus <mario@mariovavti.com>2015-01-24 01:15:54 +0100
committermarijus <mario@mariovavti.com>2015-01-24 01:15:54 +0100
commit43793540214ac6a578f8495c3cca41d831eb7536 (patch)
treec738f59f764045dccdb5e413e50cfc2c2316ce36 /include/attach.php
parent0cbe64c3606312302ad5d3ef56df5d152983ee4e (diff)
downloadvolse-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.php4
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;