diff options
author | friendica <info@friendica.com> | 2012-01-22 13:32:54 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-01-22 13:32:54 -0800 |
commit | cf7e56aacb3fb0df60de7f9a67f987145721d46b (patch) | |
tree | 91f5f9927d4d665f765c6fc788e79af94a5e5689 /mod/ping.php | |
parent | 9f0a836674081d1ab7f2769a2f3f5b1245961690 (diff) | |
parent | f1e4585c661d369bb0f2c208cfe19bbe0c1f68a0 (diff) | |
download | volse-hubzilla-cf7e56aacb3fb0df60de7f9a67f987145721d46b.tar.gz volse-hubzilla-cf7e56aacb3fb0df60de7f9a67f987145721d46b.tar.bz2 volse-hubzilla-cf7e56aacb3fb0df60de7f9a67f987145721d46b.zip |
Merge branch 'pull'
Diffstat (limited to 'mod/ping.php')
-rwxr-xr-x | mod/ping.php | 2 |
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){ |