From 82aeac076d3f45ab10867b81e570a9377f2170ee Mon Sep 17 00:00:00 2001 From: Isaac Connor Date: Tue, 26 Sep 2023 12:10:36 -0400 Subject: [PATCH] Fix incorrect var name frameid=>fid in find_virtual_frame --- web/includes/Event.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/includes/Event.php b/web/includes/Event.php index 67a83ba224..5b503942e8 100644 --- a/web/includes/Event.php +++ b/web/includes/Event.php @@ -709,7 +709,7 @@ function createVideo($format, $rate, $scale, $transform, $overwrite=false) { return $status ? '' : rtrim($result); } - public function find_virtual_frame($frameid) { + public function find_virtual_frame($fid) { $frame = null; $previousBulkFrame = dbFetchOne(