Skip to content

Commit

Permalink
Fix incorrect var name frameid=>fid in find_virtual_frame
Browse files Browse the repository at this point in the history
  • Loading branch information
Isaac Connor committed Sep 26, 2023
1 parent 29c6a01 commit 82aeac0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/includes/Event.php
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit 82aeac0

Please sign in to comment.