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