send new connection notification even if auto-perms are set

This commit is contained in:
friendica 2014-06-12 17:31:42 -07:00
parent 4a4281448f
commit 78609e9363
2 changed files with 2 additions and 2 deletions

View File

@ -445,7 +445,7 @@ function zot_refresh($them,$channel = null, $force = false) {
intval($channel['channel_id']), intval($channel['channel_id']),
dbesc($x['hash']) dbesc($x['hash'])
); );
if(($new_connection) && (! $default_perms)) { if($new_connection) {
require_once('include/enotify.php'); require_once('include/enotify.php');
notification(array( notification(array(
'type' => NOTIFY_INTRO, 'type' => NOTIFY_INTRO,

View File

@ -1 +1 @@
2014-06-10.702 2014-06-12.704