forked from GNUsocial/gnu-social
Remove superfluous whitespace.
This commit is contained in:
parent
5a37d0bdc6
commit
82e1716656
@ -41,7 +41,6 @@ define('MEMBERS_PER_SECTION', 27);
|
|||||||
* @author Zach Copley <zach@status.net>
|
* @author Zach Copley <zach@status.net>
|
||||||
* @license http://www.fsf.org/licensing/licenses/agpl-3.0.html GNU Affero General Public License version 3.0
|
* @license http://www.fsf.org/licensing/licenses/agpl-3.0.html GNU Affero General Public License version 3.0
|
||||||
* @link http://status.net/
|
* @link http://status.net/
|
||||||
*
|
|
||||||
*/
|
*/
|
||||||
class GroupAction extends Action
|
class GroupAction extends Action
|
||||||
{
|
{
|
||||||
@ -176,7 +175,6 @@ class GroupAction extends Action
|
|||||||
$this->elementEnd('div');
|
$this->elementEnd('div');
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
function showPending()
|
function showPending()
|
||||||
{
|
{
|
||||||
if ($this->group->join_policy != User_group::JOIN_POLICY_MODERATE) {
|
if ($this->group->join_policy != User_group::JOIN_POLICY_MODERATE) {
|
||||||
@ -279,7 +277,6 @@ class GroupAction extends Action
|
|||||||
$adminSection->show();
|
$adminSection->show();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
function noticeFormOptions()
|
function noticeFormOptions()
|
||||||
{
|
{
|
||||||
$options = parent::noticeFormOptions();
|
$options = parent::noticeFormOptions();
|
||||||
@ -376,4 +373,3 @@ class ThreadingGroupNoticeStream extends ThreadingNoticeStream
|
|||||||
parent::__construct(new GroupNoticeStream($group, $profile));
|
parent::__construct(new GroupNoticeStream($group, $profile));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user