Fixing video export view (#2585)

This commit is contained in:
Javier González Calleja 2019-04-20 17:19:27 +02:00 committed by Isaac Connor
parent 017479303e
commit 8195c4e395
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ if ( isset($_REQUEST['scale']) )
else
$scale = reScale(SCALE_BASE, $event['DefaultScale'], ZM_WEB_DEFAULT_SCALE);
$Event = new Event($event['Id']);
$Event = new ZM\Event($event['Id']);
$eventPath = $Event->Path();
$videoFormats = array();