forked from GNUsocial/gnu-social
Superfluous whitespace removed.
This commit is contained in:
parent
b4887a0756
commit
c0bc3b3042
@ -65,7 +65,6 @@ if (!defined('STATUSNET')) {
|
||||
*
|
||||
* @see Event
|
||||
*/
|
||||
|
||||
class EchoPlugin extends Plugin
|
||||
{
|
||||
// NOTE: The Echo documentation says that this script will change on
|
||||
|
@ -34,7 +34,6 @@ if (!defined('STATUSNET') && !defined('LACONICA')) {
|
||||
class EmailAuthenticationPlugin extends Plugin
|
||||
{
|
||||
//---interface implementation---//
|
||||
|
||||
function onStartCheckPassword($nickname, $password, &$authenticatedUser)
|
||||
{
|
||||
if(strpos($nickname, '@'))
|
||||
@ -62,4 +61,3 @@ class EmailAuthenticationPlugin extends Plugin
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user