Fix minore
This commit is contained in:
parent
f4a9c365d5
commit
b32a08d196
|
@ -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';
|
||||
|
||||
|
|
Loading…
Reference in New Issue