1
0
Fork 0

port hubzillas OpenWebAuth - rename some methods and classes

This commit is contained in:
rabuzarus 2018-06-20 18:38:23 +02:00
commit f0235c4a98
6 changed files with 9 additions and 12 deletions

View file

@ -147,7 +147,7 @@ if ((x($_GET,'zrl')) && $a->mode == App::MODE_NORMAL) {
if ((x($_GET,'owt')) && $a->mode == App::MODE_NORMAL) {
$token = $_GET['owt'];
$a->query_string = Profile::stripQueryParam($a->query_string, 'owt');
Profile::owtInit($token);
Profile::openWebAuthInit($token);
}
/**