]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Woops, undefined $type there.
authorMikael Nordfeldth <mmn@hethane.se>
Sun, 28 Feb 2016 19:50:45 +0000 (20:50 +0100)
committerMikael Nordfeldth <mmn@hethane.se>
Sun, 28 Feb 2016 19:50:45 +0000 (20:50 +0100)
actions/showstream.php

index 33ec49df99f5748d1b523f3db51bc9c4e0dbc246..dbe74197dcd7fa9c380010abc3e03ed251c85ad4 100644 (file)
@@ -161,7 +161,7 @@ class ShowstreamAction extends NoticestreamAction
         // Publish all the rel="me" in the HTTP headers on our main profile page
         if (get_class($this) == 'ShowstreamAction') {
             foreach ($this->target->getRelMes() as $relMe) {
-                header('Link: <'.htmlspecialchars($relMe['href']).'>'.$type.'; rel="me"', false);
+                header('Link: <'.htmlspecialchars($relMe['href']).'>; rel="me"', false);
             }
         }
     }