From 55fa86c7beed138b6923ae4eaca170248f22bd84 Mon Sep 17 00:00:00 2001 From: Isaac Connor Date: Wed, 17 Jan 2018 16:57:38 -0500 Subject: [PATCH] Add a few more extensions to the list of files to include in export --- web/skins/classic/includes/export_functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/skins/classic/includes/export_functions.php b/web/skins/classic/includes/export_functions.php index d9dc4f9c8..9a896b30d 100644 --- a/web/skins/classic/includes/export_functions.php +++ b/web/skins/classic/includes/export_functions.php @@ -834,7 +834,7 @@ function exportFileList( $eid, $exportDetail, $exportFrames, $exportImages, $exp $filesLeft = array(); foreach ( $files as $file ) { - if ( preg_match( "/\.(?:mpg|mpeg|avi|asf|3gp)$/", $file ) ) + if ( preg_match( '/\.(?:mpg|mpeg|mov|swf|mp4|mkv|avi|asf|3gp)$/', $file ) ) { $exportFileList[$file] = $eventPath."/".$file; }