Skip to content
This repository has been archived by the owner on Aug 27, 2023. It is now read-only.

Commit

Permalink
fixing typo
Browse files Browse the repository at this point in the history
  • Loading branch information
joedawson committed Aug 27, 2016
1 parent 0de8c0d commit dbf1ec8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Youtube.php
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ public function upload($path, array $data, $privacyStatus = 'public')
/* -------------------------------------
#. Return the ID
------------------------------------- */
return $statis['id'];
return $status['id'];
}

/**
Expand Down

0 comments on commit dbf1ec8

Please sign in to comment.