Static
This commit is contained in:
parent
448598495c
commit
e997128c9f
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ class FKOAuth1 extends OAuthServer
|
||||||
* @param string $uid user id
|
* @param string $uid user id
|
||||||
* @return void
|
* @return void
|
||||||
*/
|
*/
|
||||||
public static function loginUser($uid)
|
public function loginUser($uid)
|
||||||
{
|
{
|
||||||
logger("FKOAuth1::loginUser $uid");
|
logger("FKOAuth1::loginUser $uid");
|
||||||
$a = get_app();
|
$a = get_app();
|
||||||
|
|
Loading…
Reference in a new issue