forked from GNUsocial/gnu-social
Superfluous whitespace removed.
This commit is contained in:
parent
e48c26e156
commit
4aaba2d5f4
@ -60,7 +60,6 @@ class InviteAction extends CurrentUserDesignAction
|
|||||||
function sendInvitations()
|
function sendInvitations()
|
||||||
{
|
{
|
||||||
if (Event::handle('StartSendInvitations', array(&$this))) {
|
if (Event::handle('StartSendInvitations', array(&$this))) {
|
||||||
|
|
||||||
// CSRF protection
|
// CSRF protection
|
||||||
$token = $this->trimmed('token');
|
$token = $this->trimmed('token');
|
||||||
if (!$token || $token != common_session_token()) {
|
if (!$token || $token != common_session_token()) {
|
||||||
@ -162,7 +161,6 @@ class InviteAction extends CurrentUserDesignAction
|
|||||||
function showInvitationSuccess()
|
function showInvitationSuccess()
|
||||||
{
|
{
|
||||||
if (Event::handle('StartShowInvitationSuccess', array($this))) {
|
if (Event::handle('StartShowInvitationSuccess', array($this))) {
|
||||||
|
|
||||||
if ($this->already) {
|
if ($this->already) {
|
||||||
// TRANS: Message displayed inviting users to use a StatusNet site while the inviting user
|
// TRANS: Message displayed inviting users to use a StatusNet site while the inviting user
|
||||||
// TRANS: is already subscribed to one or more users with the given e-mail address(es).
|
// TRANS: is already subscribed to one or more users with the given e-mail address(es).
|
||||||
|
Loading…
Reference in New Issue
Block a user