send new connection notification even if auto-perms are set
This commit is contained in:
parent
4a4281448f
commit
78609e9363
@ -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,
|
||||
|
@ -1 +1 @@
|
||||
2014-06-10.702
|
||||
2014-06-12.704
|
||||
|
Reference in New Issue
Block a user