Fix minore

This commit is contained in:
Thomas Zilio 2019-11-22 16:30:25 +01:00
parent f4a9c365d5
commit b32a08d196
1 changed files with 0 additions and 1 deletions

View File

@ -1,6 +1,5 @@
<?php
$orientation = (isset($_SESSION['settings']['orientation'])) ? $_SESSION['settings']['orientation'] : 'L';
$format = (isset($_SESSION['dashboard']['format'])) ? $_SESSION['dashboard']['format'] : 'A4';
$orientation = (isset($_SESSION['dashboard']['orientation'])) ? $_SESSION['dashboard']['orientation'] : 'L';