fix mission ;

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

View File

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