Skip to content

Commit bf24e05

Browse files
committed
patched last commit
1 parent 6bd1022 commit bf24e05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

commandline/library/lStorage.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ static function save($key, $value){
88
}
99

1010
static function get($key){
11-
if(isset($_SESSION["phpcommandline"]["storage"][lStorage::$program])){
11+
if(isset($_SESSION["phpcommandline"]["storage"][lStorage::$program][$key])){
1212
return $_SESSION["phpcommandline"]["storage"][lStorage::$program][$key];
1313
}
1414
return null;

0 commit comments

Comments
 (0)