]> git.mxchange.org Git - friendica.git/blobdiff - include/enotify.php
update NL translations THX Pascal
[friendica.git] / include / enotify.php
index 39c74fdc64a0ae8c1c27156114ced1ea085db07e..257c10720781874e22c4d1b94055f33b74194758 100644 (file)
@@ -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,