fixy copy paste

This commit is contained in:
Christopher 2020-10-23 14:26:00 +02:00
parent bce21b0966
commit 762f51b4de
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ if(isset($_SESSION['LOGIN']))
foreach($allContainers as $thisContainer)
{
if($thisContainer->Id == $_REQUEST['CONATINER'] || $thisContainer->Names[0] == ("/".$_REQUEST['CONATINER']))
if($thisContainer->Id == $_SESSION['CONATINER'] || $thisContainer->Names[0] == ("/".$_SESSION['CONATINER']))
$container = $thisContainer;
}