mirror of
https://github.com/friendica/friendica
synced 2025-04-27 18:30:12 +00:00
Added parameters
This commit is contained in:
parent
abe6724629
commit
bd62d548db
84 changed files with 172 additions and 177 deletions
|
@ -30,7 +30,7 @@ use LightOpenID;
|
|||
*/
|
||||
class Login extends BaseModule
|
||||
{
|
||||
public static function content()
|
||||
public static function content($parameters)
|
||||
{
|
||||
$a = self::getApp();
|
||||
|
||||
|
@ -41,7 +41,7 @@ class Login extends BaseModule
|
|||
return self::form(Session::get('return_path'), intval(Config::get('config', 'register_policy')) !== \Friendica\Module\Register::CLOSED);
|
||||
}
|
||||
|
||||
public static function post()
|
||||
public static function post($parameters)
|
||||
{
|
||||
$openid_identity = Session::get('openid_identity');
|
||||
$openid_server = Session::get('openid_server');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue