Skip to content
This repository has been archived by the owner on Dec 16, 2020. It is now read-only.

Commit

Permalink
Update snapchat.php
Browse files Browse the repository at this point in the history
  • Loading branch information
modsfabio committed Sep 7, 2015
1 parent 1366a4b commit 42f5d9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/snapchat.php
Original file line number Diff line number Diff line change
Expand Up @@ -1914,7 +1914,7 @@ function writeToFile($path, $data)
$newFile = $path . $ext;
rename($path, $newFile);

return $newFile
return $newFile;
}
else
return false;
Expand Down

0 comments on commit 42f5d9d

Please sign in to comment.