Skip to content

Commit

Permalink
Fixed a variable
Browse files Browse the repository at this point in the history
  • Loading branch information
ronaldod authored May 21, 2020
1 parent 10481bf commit b726f09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion objects/video.php
Original file line number Diff line number Diff line change
Expand Up @@ -1137,7 +1137,7 @@ static function updateFilesize($videos_id) {
return $filesize;
}
$video->setFilesize($filesize);
TimeLogEnd("Video::updateFilesize {$videos_id}", $line);
TimeLogEnd("Video::updateFilesize {$videos_id}", __LINE__);
if ($video->save(false, true)) {
_error_log("updateFilesize: videos_id=$videos_id filename=$filename filesize=$filesize");
return $filesize;
Expand Down

0 comments on commit b726f09

Please sign in to comment.