diff options
author | friendica <info@friendica.com> | 2014-10-21 16:33:35 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-10-21 16:33:35 -0700 |
commit | ed7712cfbf9835368de79f8686954b536c12e4d1 (patch) | |
tree | a1b141841fba7299cbe78b449c709d99e5e548b5 /include/items.php | |
parent | e8a7fb3d015b36af31312daf50739cf73f0f4368 (diff) | |
download | volse-hubzilla-ed7712cfbf9835368de79f8686954b536c12e4d1.tar.gz volse-hubzilla-ed7712cfbf9835368de79f8686954b536c12e4d1.tar.bz2 volse-hubzilla-ed7712cfbf9835368de79f8686954b536c12e4d1.zip |
private forum issues
Diffstat (limited to 'include/items.php')
-rwxr-xr-x | include/items.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/items.php b/include/items.php index 40343d505..75eaecb20 100755 --- a/include/items.php +++ b/include/items.php @@ -98,6 +98,7 @@ function collect_recipients($item,&$private_envelope) { } } + // This is a somewhat expensive operation but important. // Don't send this item to anybody who isn't allowed to see it |