fix var name

This commit is contained in:
Christopher 2020-10-23 22:43:01 +02:00
parent 455261f994
commit 616ac08ef1
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'] == $_SESSION['CONTAINER'] || $thisContainer['Names'][0] == ltrim($container['Names']['0'], '/'))
if($thisContainer['Id'] == $_SESSION['CONTAINER'] || $thisContainer['Names'][0] == ltrim($_SESSION['CONTAINER'], '/'))
$container = $thisContainer;
}