diff --git a/includes/class.EM_ImpExpExport.php b/includes/class.EM_ImpExpExport.php index dd5d1ae..03ce532 100644 --- a/includes/class.EM_ImpExpExport.php +++ b/includes/class.EM_ImpExpExport.php @@ -26,7 +26,7 @@ public function render() { * export the data in selected format */ public function export() { - $EM_Events = EM_Events::get(); + $EM_Events = EM_Events::get(array('scope' => 'all')); $format = isset($_POST['exp_format']) ? wp_unslash($_POST['exp_format']) : '';