]> git.mxchange.org Git - friendica.git/commitdiff
use info() for successfull dfrn confirmation instead of notice()
authorFabio Comuni <fabrix.xm@gmail.com>
Mon, 20 Feb 2012 19:39:19 +0000 (20:39 +0100)
committerFabio Comuni <fabrix.xm@gmail.com>
Mon, 20 Feb 2012 19:39:19 +0000 (20:39 +0100)
mod/dfrn_confirm.php [changed mode: 0755->0644]

old mode 100755 (executable)
new mode 100644 (file)
index abacd99..5a24f00
@@ -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;