]> git.mxchange.org Git - friendica.git/blobdiff - mod/share.php
template for input fields now supports required, autofocus and types email, url
[friendica.git] / mod / share.php
index 66d07db3ce7b301e6fca2b026fecce015a52e66d..e9127b647d4a9d321d3d2f3c2e019f37d33e5415 100644 (file)
@@ -9,7 +9,7 @@ function share_init(&$a) {
                killme();
 
        $r = q("SELECT item.*, contact.network FROM `item` 
-               left join contact on `item`.`contact-id` = `contact`.`id` 
+               inner join contact on `item`.`contact-id` = `contact`.`id` 
                WHERE `item`.`id` = %d AND `item`.`uid` = %d LIMIT 1",
 
                intval($post_id),