diff options
author | fabrixxm <fabrix.xm@gmail.com> | 2012-02-20 11:44:58 -0800 |
---|---|---|
committer | fabrixxm <fabrix.xm@gmail.com> | 2012-02-20 11:44:58 -0800 |
commit | 2507d09682fda0806b4599e440fe8e32711072f8 (patch) | |
tree | a56e349b63f91539ffe32558948d734252102af4 /mod/dfrn_confirm.php | |
parent | 2fe479034cec335079d802eb70f41e4737858b2b (diff) | |
parent | dd09c2d125a109de6089a2122faa4e9c2ecd8f5d (diff) | |
download | volse-hubzilla-2507d09682fda0806b4599e440fe8e32711072f8.tar.gz volse-hubzilla-2507d09682fda0806b4599e440fe8e32711072f8.tar.bz2 volse-hubzilla-2507d09682fda0806b4599e440fe8e32711072f8.zip |
Merge pull request #41 from fabrixxm/master
fix connection request in mod/ping
Diffstat (limited to 'mod/dfrn_confirm.php')
-rw-r--r--[-rwxr-xr-x] | mod/dfrn_confirm.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/dfrn_confirm.php b/mod/dfrn_confirm.php index abacd9906..5a24f0089 100755..100644 --- a/mod/dfrn_confirm.php +++ b/mod/dfrn_confirm.php @@ -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; |