mirror of
https://github.com/friendica/friendica
synced 2024-11-09 23:02:54 +00:00
use info() for successfull dfrn confirmation instead of notice()
This commit is contained in:
parent
edac27c791
commit
dd09c2d125
1 changed files with 1 additions and 1 deletions
2
mod/dfrn_confirm.php
Executable file → Normal file
2
mod/dfrn_confirm.php
Executable file → Normal file
|
@ -252,7 +252,7 @@ function dfrn_confirm_post(&$a,$handsfree = null) {
|
|||
$message = unxmlify($xml->message); // human readable text of what may have gone wrong.
|
||||
switch($status) {
|
||||
case 0:
|
||||
notice( t("Confirmation completed successfully.") . EOL);
|
||||
info( t("Confirmation completed successfully.") . EOL);
|
||||
if(strlen($message))
|
||||
notice( t('Remote site reported: ') . $message . EOL);
|
||||
break;
|
||||
|
|
Loading…
Reference in a new issue