diff --git a/web/skins/classic/views/export.php b/web/skins/classic/views/export.php index 63b8e9193..b390277ab 100644 --- a/web/skins/classic/views/export.php +++ b/web/skins/classic/views/export.php @@ -36,6 +36,12 @@ if ( isset($_SESSION['export']) ) { $_REQUEST['exportMisc'] = $_SESSION['export']['misc']; if ( isset($_SESSION['export']['format']) ) $_REQUEST['exportFormat'] = $_SESSION['export']['format']; +} else { + $_REQUEST['exportDetail'] = + $_REQUEST['exportFrames'] = + $_REQUEST['exportImages'] = + $_REQUEST['exportVideo'] = + $_REQUEST['exportMisc'] = 1; } $focusWindow = true;