aboutsummaryrefslogtreecommitdiffstats
path: root/mod/ping.php
diff options
context:
space:
mode:
authorfabrixxm <fabrix.xm@gmail.com>2012-01-22 10:32:48 -0800
committerfabrixxm <fabrix.xm@gmail.com>2012-01-22 10:32:48 -0800
commitf1e4585c661d369bb0f2c208cfe19bbe0c1f68a0 (patch)
tree3a404019a2997dcfc852e1716fd68c13ba14a6df /mod/ping.php
parentb5ec47590673ff9d147de1952d357b34e405a131 (diff)
parent30fcda7576681ff5e311f720a8d3a73ac808ae82 (diff)
downloadvolse-hubzilla-f1e4585c661d369bb0f2c208cfe19bbe0c1f68a0.tar.gz
volse-hubzilla-f1e4585c661d369bb0f2c208cfe19bbe0c1f68a0.tar.bz2
volse-hubzilla-f1e4585c661d369bb0f2c208cfe19bbe0c1f68a0.zip
Merge pull request #27 from fabrixxm/master
fix bug 252
Diffstat (limited to 'mod/ping.php')
-rwxr-xr-xmod/ping.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/ping.php b/mod/ping.php
index 35f6c53ae..db68332bd 100755
--- a/mod/ping.php
+++ b/mod/ping.php
@@ -145,7 +145,7 @@ function ping_init(&$a) {
echo ' <notif count="'.$tot.'">';
if ($intro>0){
foreach ($intros as $i) {
- echo xmlize( $a->get_baseurl().'/notifications/'.$i['id'], $i['name'], $i['url'], $i['photo'], relative_date($i['datetime']), t("{0} wants to be your friend") );
+ echo xmlize( $a->get_baseurl().'/notifications/intros/'.$i['id'], $i['name'], $i['url'], $i['photo'], relative_date($i['datetime']), t("{0} wants to be your friend") );
};
}
if ($mail>0){