]> git.mxchange.org Git - friendica.git/commitdiff
notification issue on wall-to-wall posts
authorfriendica <info@friendica.com>
Wed, 11 Jul 2012 09:58:57 +0000 (02:58 -0700)
committerfriendica <info@friendica.com>
Wed, 11 Jul 2012 09:58:57 +0000 (02:58 -0700)
include/enotify.php

index 5e073bf3ca7f6e513be7b175d7798e99b547b082..814bd06a4ce2501e97da19ac542b8c56eddd6f0a 100644 (file)
@@ -124,9 +124,9 @@ function notification($params) {
 
                $preamble = sprintf( t('%1$s posted to your profile wall at %2$s') , $params['source_name'], $sitename);
                
-               $epreamble = sprintf( t('%1$s posted to [url=%2s]your wall[/url]') , 
+               $epreamble = sprintf( t('%1$s posted to [url=%2$s]your wall[/url]') , 
                                                                '[url=' . $params['source_link'] . ']' . $params['source_name'] . '[/url]',
-                                                               $itemlink); 
+                                                               $params['link']); 
                
                $sitelink = t('Please visit %s to view and/or reply to the conversation.');
                $tsitelink = sprintf( $sitelink, $siteurl );