X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=lib%2Fgrouplist.php;h=34a43e61ae72a8e4e2345a2f7d787549adb53543;hb=cacf627ce3555292032cc712596d9e475dacbc1f;hp=854bc34e2c3a5ed8f9e86b9ff50cba1e0d6c65d9;hpb=81b6b58e33f55054b7e5dd546f06dbdb5696ed92;p=quix0rs-gnu-social.git diff --git a/lib/grouplist.php b/lib/grouplist.php index 854bc34e2c..34a43e61ae 100644 --- a/lib/grouplist.php +++ b/lib/grouplist.php @@ -137,7 +137,7 @@ class GroupList extends Widget $this->out->elementEnd('p'); } - # If we're on a list with an owner (subscriptions or subscribers)... + // If we're on a list with an owner (subscriptions or subscribers)... if (!empty($user) && !empty($this->owner) && $user->id == $this->owner->id) { $this->showOwnerControls(); @@ -149,8 +149,8 @@ class GroupList extends Widget $this->out->elementStart('div', 'entity_actions'); $this->out->elementStart('ul'); $this->out->elementStart('li', 'entity_subscribe'); - # XXX: special-case for user looking at own - # subscriptions page + // XXX: special-case for user looking at own + // subscriptions page if ($user->isMember($this->group)) { $lf = new LeaveForm($this->out, $this->group); $lf->show();