]> git.mxchange.org Git - friendica.git/commitdiff
Code beautification
authorMichael <heluecht@pirati.ca>
Wed, 7 Jun 2017 09:51:21 +0000 (09:51 +0000)
committerMichael <heluecht@pirati.ca>
Wed, 7 Jun 2017 09:51:21 +0000 (09:51 +0000)
include/dfrn.php

index 5d0e6337a42ff4e49f71c0f806fb089b156e7489..a8f7644ff7dbf955b2c1b50237b1d8457bcaebcc 100644 (file)
@@ -329,10 +329,7 @@ class dfrn {
 
                $alternatelink = $owner['url'];
 
-               $author = "dfrn:owner";
-               //$author = "author";
-
-               $root = self::add_header($doc, $owner, $author, $alternatelink, true);
+               $root = self::add_header($doc, $owner, 'dfrn:owner', $alternatelink, true);
 
                $type = 'html';