fix unused var warniung

This commit is contained in:
Christopher 2020-10-25 13:38:12 +01:00
parent 5191201875
commit 6b782acd8a
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@
}
}
if($currentContainer == NULL)
if(@$currentContainer == NULL)
die("access denied!");
if(isset($_REQUEST['METODE']))