Removed meaningless condition (montage.php)

pull/4022/head
IgorA100 2024-05-21 22:58:25 +03:00 committed by GitHub
parent fbcedae7f5
commit f6281d82d0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 6 deletions

View File

@ -218,12 +218,6 @@ if (!$layout_id || !is_numeric($layout_id) || !isset($layoutsById[$layout_id]) |
}
$AutoLayoutName = $default_layout;
if ( $layout_id and is_numeric($layout_id) and isset($layoutsById[$layout_id]) ) {
} else {
ZM\Debug('Layout not found');
}
xhtmlHeaders(__FILE__, translate('Montage'));
getBodyTopHTML();
echo getNavBarHTML();