aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2014-06-12 17:31:42 -0700
committerfriendica <info@friendica.com>2014-06-12 17:31:42 -0700
commit78609e936371788d4c822da1de1d2fc9a71fa7bc (patch)
treed747e4a0e7c6afa9d727dc1dbe5598f11906b330 /include
parent4a4281448f3485f03aa5b8b1bac1175e217a58c2 (diff)
downloadvolse-hubzilla-78609e936371788d4c822da1de1d2fc9a71fa7bc.tar.gz
volse-hubzilla-78609e936371788d4c822da1de1d2fc9a71fa7bc.tar.bz2
volse-hubzilla-78609e936371788d4c822da1de1d2fc9a71fa7bc.zip
send new connection notification even if auto-perms are set
Diffstat (limited to 'include')
-rw-r--r--include/zot.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/zot.php b/include/zot.php
index 9cdcbf2a4..00cfa62a9 100644
--- a/include/zot.php
+++ b/include/zot.php
@@ -445,7 +445,7 @@ function zot_refresh($them,$channel = null, $force = false) {
intval($channel['channel_id']),
dbesc($x['hash'])
);
- if(($new_connection) && (! $default_perms)) {
+ if($new_connection) {
require_once('include/enotify.php');
notification(array(
'type' => NOTIFY_INTRO,