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

Commit 42f5d9d

Browse files
author
modsfabio
committed
Update snapchat.php
1 parent 1366a4b commit 42f5d9d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/snapchat.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1914,7 +1914,7 @@ function writeToFile($path, $data)
19141914
$newFile = $path . $ext;
19151915
rename($path, $newFile);
19161916

1917-
return $newFile
1917+
return $newFile;
19181918
}
19191919
else
19201920
return false;

0 commit comments

Comments
 (0)