forked from GNUsocial/gnu-social
remove some merge cruft from the end of twitter.php
This commit is contained in:
parent
ff87732053
commit
ce442c049b
@ -255,64 +255,3 @@ function remove_twitter_link($flink)
|
|||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
$result = mail_twitter_bridge_removed($user);
|
|
||||||
|
|
||||||
if (!$result) {
|
|
||||||
|
|
||||||
$msg = 'Unable to send email to notify ' .
|
|
||||||
"$user->nickname (user id: $user->id) " .
|
|
||||||
'that their Twitter bridge link was ' .
|
|
||||||
'removed!';
|
|
||||||
|
|
||||||
common_log(LOG_WARNING, $msg);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
$result = mail_twitter_bridge_removed($user);
|
|
||||||
|
|
||||||
if (!$result) {
|
|
||||||
|
|
||||||
$msg = 'Unable to send email to notify ' .
|
|
||||||
"$user->nickname (user id: $user->id) " .
|
|
||||||
'that their Twitter bridge link was ' .
|
|
||||||
'removed!';
|
|
||||||
|
|
||||||
common_log(LOG_WARNING, $msg);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
$result = mail_twitter_bridge_removed($user);
|
|
||||||
|
|
||||||
if (!$result) {
|
|
||||||
|
|
||||||
$msg = 'Unable to send email to notify ' .
|
|
||||||
"$user->nickname (user id: $user->id) " .
|
|
||||||
'that their Twitter bridge link was ' .
|
|
||||||
'removed!';
|
|
||||||
|
|
||||||
common_log(LOG_WARNING, $msg);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
$result = mail_twitter_bridge_removed($user);
|
|
||||||
|
|
||||||
if (!$result) {
|
|
||||||
|
|
||||||
$msg = 'Unable to send email to notify ' .
|
|
||||||
"$user->nickname (user id: $user->id) " .
|
|
||||||
'that their Twitter bridge link was ' .
|
|
||||||
'removed!';
|
|
||||||
|
|
||||||
common_log(LOG_WARNING, $msg);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user