diff options
author | Siebrand Mazeland <s.mazeland@xs4all.nl> | 2010-09-20 20:39:28 +0200 |
---|---|---|
committer | Siebrand Mazeland <s.mazeland@xs4all.nl> | 2010-09-20 20:39:28 +0200 |
commit | c0bc3b3042b5964c958d93c53270511674ac95c9 (patch) | |
tree | 23158058d4ad71a18c9a731a0386f8cec92d27e0 | |
parent | b4887a075696b022e699da393613a8d39741f16b (diff) |
Superfluous whitespace removed.
-rw-r--r-- | plugins/Echo/EchoPlugin.php | 1 | ||||
-rw-r--r-- | plugins/EmailAuthentication/EmailAuthenticationPlugin.php | 2 |
2 files changed, 0 insertions, 3 deletions
diff --git a/plugins/Echo/EchoPlugin.php b/plugins/Echo/EchoPlugin.php index 7b51866eb..cd8d8c0e7 100644 --- a/plugins/Echo/EchoPlugin.php +++ b/plugins/Echo/EchoPlugin.php @@ -65,7 +65,6 @@ if (!defined('STATUSNET')) { * * @see Event */ - class EchoPlugin extends Plugin { // NOTE: The Echo documentation says that this script will change on diff --git a/plugins/EmailAuthentication/EmailAuthenticationPlugin.php b/plugins/EmailAuthentication/EmailAuthenticationPlugin.php index 4c018537b..689d6231d 100644 --- a/plugins/EmailAuthentication/EmailAuthenticationPlugin.php +++ b/plugins/EmailAuthentication/EmailAuthenticationPlugin.php @@ -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; } } - |