Rename function Authentication::authenticate_success to Authentication::success
This commit is contained in:
parent
45e5a7f59f
commit
ce2b1f5715
5 changed files with 7 additions and 7 deletions
|
@ -110,7 +110,7 @@ function manage_post(App $a) {
|
|||
unset($_SESSION['sysmsg_info']);
|
||||
}
|
||||
|
||||
Authentication::authenticate_success($r[0], true, true);
|
||||
Authentication::success($r[0], true, true);
|
||||
|
||||
if ($limited_id) {
|
||||
$_SESSION['submanage'] = $original_id;
|
||||
|
|
|
@ -51,7 +51,7 @@ function openid_content(App $a) {
|
|||
|
||||
unset($_SESSION['openid']);
|
||||
|
||||
Authentication::authenticate_success($r[0],true,true);
|
||||
Authentication::success($r[0],true,true);
|
||||
|
||||
// just in case there was no return url set
|
||||
// and we fell through
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue