]> git.mxchange.org Git - friendica.git/blobdiff - mod/display.php
Add Dice logging for Module creation
[friendica.git] / mod / display.php
index b87e075488c290391afdf41638020038b3ec983b..50f405495600c531e9f6fbca5719502406167981 100644 (file)
@@ -121,7 +121,7 @@ function display_fetchauthor($item)
        $shared = Item::getShareArray($item);
        if (!empty($shared) && empty($shared['comment'])) {
                $profiledata = [
-                       'uid' => -1,
+                       'uid' => 0,
                        'id' => -1,
                        'nickname' => '',
                        'name' => '',
@@ -144,7 +144,7 @@ function display_fetchauthor($item)
                }
 
                $profiledata['nickname'] = $profiledata['name'];
-               $profiledata['network'] = Protocol::matchByProfileUrl($profiledata['url']);
+               $profiledata['network'] = Protocol::PHANTOM;
 
                $profiledata['address'] = '';
                $profiledata['about'] = '';