Fixing video export view (#2585)
This commit is contained in:
parent
017479303e
commit
8195c4e395
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue