aboutsummaryrefslogtreecommitdiffstats
path: root/include/zot.php
diff options
context:
space:
mode:
Diffstat (limited to 'include/zot.php')
-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,