We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6bd1022 commit bf24e05Copy full SHA for bf24e05
commandline/library/lStorage.php
@@ -8,7 +8,7 @@ static function save($key, $value){
8
}
9
10
static function get($key){
11
- if(isset($_SESSION["phpcommandline"]["storage"][lStorage::$program])){
+ if(isset($_SESSION["phpcommandline"]["storage"][lStorage::$program][$key])){
12
return $_SESSION["phpcommandline"]["storage"][lStorage::$program][$key];
13
14
return null;
0 commit comments