X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=include%2Fenotify.php;h=257c10720781874e22c4d1b94055f33b74194758;hb=c37d141654d9c0c5fd9ff8bf4d127ca4973d46be;hp=39c74fdc64a0ae8c1c27156114ced1ea085db07e;hpb=c66c09d5fd86e74ac6f1b877143e8cf55e3a0340;p=friendica.git diff --git a/include/enotify.php b/include/enotify.php index 39c74fdc64..257c107207 100644 --- a/include/enotify.php +++ b/include/enotify.php @@ -152,7 +152,7 @@ function notification($params) } // "your post" - if (DBM::is_result($item) && $item['owner-name'] == $item['author-name'] && $item['wall']) { + if (DBM::is_result($item) && $item['owner-id'] == $item['author-id'] && $item['wall']) { $dest_str = L10n::t('%1$s commented on [url=%2$s]your %3$s[/url]', '[url='.$params['source_link'].']'.$params['source_name'].'[/url]', $itemlink,