From e2aa278d7822ce9130a5e5cd3bae05f31ebdbdd2 Mon Sep 17 00:00:00 2001 From: Isaac Connor Date: Tue, 21 Nov 2017 23:57:44 -0500 Subject: [PATCH] add SaveJPEGs --- web/includes/Event.php | 1 + 1 file changed, 1 insertion(+) diff --git a/web/includes/Event.php b/web/includes/Event.php index 392973a6a..0c9a15b87 100644 --- a/web/includes/Event.php +++ b/web/includes/Event.php @@ -9,6 +9,7 @@ class Event { 'StorageId', 'Name', 'DiskSpace', +'SaveJPEGs', ); public function __construct( $IdOrRow = null ) { $row = NULL;