Forgot to render the nav menu when on FB Connect login tab
This commit is contained in:
parent
6dfca45a2c
commit
b586063ebe
|
@ -21,7 +21,6 @@ if (!defined('STATUSNET') && !defined('LACONICA')) {
|
||||||
exit(1);
|
exit(1);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
require_once INSTALLDIR . '/plugins/Facebook/FacebookPlugin.php';
|
require_once INSTALLDIR . '/plugins/Facebook/FacebookPlugin.php';
|
||||||
|
|
||||||
class FBConnectLoginAction extends Action
|
class FBConnectLoginAction extends Action
|
||||||
|
@ -65,4 +64,9 @@ class FBConnectLoginAction extends Action
|
||||||
$this->elementEnd('fieldset');
|
$this->elementEnd('fieldset');
|
||||||
}
|
}
|
||||||
|
|
||||||
|
function showLocalNav()
|
||||||
|
{
|
||||||
|
$nav = new LoginGroupNav($this);
|
||||||
|
$nav->show();
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user