Skip to content

Commit

Permalink
fixed edit_token for login
Browse files Browse the repository at this point in the history
  • Loading branch information
kujirahand committed Jun 26, 2024
1 parent d14c969 commit 73f2e00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kona3engine/kona3lib.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -701,7 +701,7 @@ function kona3_getEditTokenForceUpdate($key = 'default') {
$_SESSION[$sname_time] = time();
$kona3conf["{$sname}_token"] = $token;
}
return $kona3conf[$sname];
return $kona3conf["{$sname}_token"];
}

function kona3_getEditToken($key = 'default', $update = TRUE) {
Expand Down

0 comments on commit 73f2e00

Please sign in to comment.