Fixing video export view (#2585)
This commit is contained in:
parent
017479303e
commit
8195c4e395
|
@ -46,7 +46,7 @@ if ( isset($_REQUEST['scale']) )
|
||||||
else
|
else
|
||||||
$scale = reScale(SCALE_BASE, $event['DefaultScale'], ZM_WEB_DEFAULT_SCALE);
|
$scale = reScale(SCALE_BASE, $event['DefaultScale'], ZM_WEB_DEFAULT_SCALE);
|
||||||
|
|
||||||
$Event = new Event($event['Id']);
|
$Event = new ZM\Event($event['Id']);
|
||||||
$eventPath = $Event->Path();
|
$eventPath = $Event->Path();
|
||||||
|
|
||||||
$videoFormats = array();
|
$videoFormats = array();
|
||||||
|
|
Loading…
Reference in New Issue