Skip to content

Commit 3c751bd

Browse files
committed
variable name fixed
1 parent 92a5ea5 commit 3c751bd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

php/upload_banner.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787

8888
// Read the media file and upload it chunk by chunk.
8989
$status = false;
90-
$handle = fopen($videoPath, "rb");
90+
$handle = fopen($imagePath, "rb");
9191
while (!$status && !feof($handle)) {
9292
$chunk = fread($handle, $chunkSizeBytes);
9393
$status = $media->nextChunk($chunk);

0 commit comments

Comments
 (0)