mirror of
https://github.com/icecoder/ICEcoder.git
synced 2026-03-03 07:13:59 +01:00
saveFiles is an array not bool
This commit is contained in:
@@ -8,7 +8,7 @@ $text = $_SESSION['text'];
|
||||
$t = $text['settings-save-current-files'];
|
||||
|
||||
// Save the currently opened files for next time
|
||||
if (true === $_SESSION['loggedIn'] && true === isset($_GET["saveFiles"]) && true === $_GET['saveFiles']) {
|
||||
if (true === $_SESSION['loggedIn'] && true === isset($_GET["saveFiles"])) {
|
||||
if (!$demoMode) {
|
||||
$saveFilesArray = [];
|
||||
if ("CLEAR" !== $_GET['saveFiles']) {
|
||||
|
||||
Reference in New Issue
Block a user