X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=actions%2Fnetworkpublic.php;h=6f1124a9d8fc05a73dabd1ed410a8ea0bdb0b70d;hb=551c69ed56c4ea36e325df9b7f6204dadbee8d39;hp=7baa313bee3313a0e68274090e3d53ed2c641671;hpb=2b2ebfc254d5ddc770836dfe2fea0be68dbcb35f;p=quix0rs-gnu-social.git diff --git a/actions/networkpublic.php b/actions/networkpublic.php index 7baa313bee..6f1124a9d8 100644 --- a/actions/networkpublic.php +++ b/actions/networkpublic.php @@ -2,7 +2,7 @@ if (!defined('GNUSOCIAL')) { exit(1); } -class NetworkpublicAction extends PublicAction +class NetworkpublicAction extends SitestreamAction { protected function streamPrepare() { @@ -30,9 +30,7 @@ class NetworkpublicAction extends PublicAction function extraHead() { - // the PublicAction has some XRDS stuff that might be unique to the non-network public feed - // FIXME: Solve this with a call that doesn't rely on parent:: and is unique for each class. - ManagedAction::extraHead(); + parent::extraHead(); } function showSections()