diff options
Diffstat (limited to 'plugins/FBConnect/FBConnectLogin.php')
-rw-r--r-- | plugins/FBConnect/FBConnectLogin.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/plugins/FBConnect/FBConnectLogin.php b/plugins/FBConnect/FBConnectLogin.php index 7989dc854..205086cd8 100644 --- a/plugins/FBConnect/FBConnectLogin.php +++ b/plugins/FBConnect/FBConnectLogin.php @@ -58,8 +58,6 @@ class FBConnectLoginAction extends Action function showContent() { $this->elementStart('fieldset'); - - $this->element('fb:login-button', array('onlogin' => 'goto_login()', 'length' => 'long')); |