aboutsummaryrefslogtreecommitdiffstats
path: root/include/channel.php
diff options
context:
space:
mode:
authorzotlabs <mike@macgirvin.com>2018-03-04 17:36:52 -0800
committerzotlabs <mike@macgirvin.com>2018-03-04 17:40:38 -0800
commit59a2057fa0faac2db7b36a5d6c40435c6e13d378 (patch)
treeddedcaf3c023d4f9670063d6afaa230def78df1b /include/channel.php
parentbe6619d9c06a31fa211c6200aad377d94c1fd0b5 (diff)
downloadvolse-hubzilla-59a2057fa0faac2db7b36a5d6c40435c6e13d378.tar.gz
volse-hubzilla-59a2057fa0faac2db7b36a5d6c40435c6e13d378.tar.bz2
volse-hubzilla-59a2057fa0faac2db7b36a5d6c40435c6e13d378.zip
fix some issues with friend suggestions on standalone sites with no 'suggestme' volunteers. This wrongly pulled up a site directory suggesting everybody on the site. While a better outcome than finding nobody, this does not fit with our ethical design goals. If there are no friends of friends, we will only suggest those who volunteer to be on the default suggestion list. Also do not attempt to load poco data from dead sites.
Diffstat (limited to 'include/channel.php')
-rw-r--r--include/channel.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/channel.php b/include/channel.php
index 204c1e64f..a754d3504 100644
--- a/include/channel.php
+++ b/include/channel.php
@@ -1126,8 +1126,7 @@ function channel_export_items($channel_id, $start, $finish) {
/**
* @brief Loads a profile into the App structure.
*
- * The function requires a writeable copy of the main App structure, and the
- * nickname of a valid channel.
+ * The function requires the nickname of a valid channel.
*
* Permissions of the current observer are checked. If a restricted profile is available
* to the current observer, that will be loaded instead of the channel default profile.