api: add 'allow_api' to user authenticated via oauth

2022.09-rc
Fabrixxm 2012-12-27 10:20:51 -05:00
rodzic e189e6582a
commit b620b6e608
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

@ -150,6 +150,7 @@ class FKOAuth1 extends OAuthServer {
$_SESSION['page_flags'] = $record['page-flags'];
$_SESSION['my_url'] = $a->get_baseurl() . '/profile/' . $record['nickname'];
$_SESSION['addr'] = $_SERVER['REMOTE_ADDR'];
$_SESSION["allow_api"] = true;
//notice( t("Welcome back ") . $record['username'] . EOL);
$a->user = $record;