X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=actions%2Fshowstream.php;h=71e10d4d187d55aeaf56b5d4266cee0e85d23778;hb=ca489631db840e33757a71a7e4cb56b187c182d3;hp=8178dafb17d4d7c0fce80e372a1cff9ee1801247;hpb=90c87553ee7566593529199374215ae80bb3e209;p=quix0rs-gnu-social.git diff --git a/actions/showstream.php b/actions/showstream.php index 8178dafb17..71e10d4d18 100644 --- a/actions/showstream.php +++ b/actions/showstream.php @@ -54,7 +54,6 @@ require_once INSTALLDIR.'/lib/feedlist.php'; * @license http://www.fsf.org/licensing/licenses/agpl-3.0.html GNU Affero General Public License version 3.0 * @link http://status.net/ */ - class ShowstreamAction extends ProfileAction { function isReadOnly($args) @@ -84,7 +83,6 @@ class ShowstreamAction extends ProfileAction function handle($args) { - // Looks like we're good; start output // For YADIS discovery, we also have a tag @@ -180,7 +178,6 @@ class ShowstreamAction extends ProfileAction $this->element('link', array('rel' => 'EditURI', 'type' => 'application/rsd+xml', 'href' => $rsd)); - } function showProfile()