aboutsummaryrefslogtreecommitdiffstats
path: root/mod/dfrn_confirm.php
diff options
context:
space:
mode:
authorfabrixxm <fabrix.xm@gmail.com>2012-02-20 11:44:58 -0800
committerfabrixxm <fabrix.xm@gmail.com>2012-02-20 11:44:58 -0800
commit2507d09682fda0806b4599e440fe8e32711072f8 (patch)
treea56e349b63f91539ffe32558948d734252102af4 /mod/dfrn_confirm.php
parent2fe479034cec335079d802eb70f41e4737858b2b (diff)
parentdd09c2d125a109de6089a2122faa4e9c2ecd8f5d (diff)
downloadvolse-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.php2
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;