mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-02 01:52:10 +09:00
Fix session variables being reset to an empty string
This commit is contained in:
parent
07da55ba8e
commit
b32ae03396
3 changed files with 6 additions and 8 deletions
|
|
@ -191,6 +191,7 @@ function setUserSequence($seq)
|
|||
{
|
||||
$_SESSION['seq'] = array();
|
||||
}
|
||||
debugPrint($_SESSION['seq']);
|
||||
$_SESSION['seq'][] = $seq;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue