diff --git a/libraries/display_export.lib.php b/libraries/display_export.lib.php
index 5f887e215..178328aad 100644
--- a/libraries/display_export.lib.php
+++ b/libraries/display_export.lib.php
@@ -62,6 +62,10 @@ if (isset($single_table)) {
echo '' . "\n";
+// If the export method was not set, the default is quick
+if(!isset($cfg['Export']['method'])) {
+ $cfg['Export']['method'] = 'quick';
+}
// The export method (quick, custom or custom-no-form)
echo '';