Skip to content

Commit

Permalink
Merge pull request #19 from Shayughul/patch-1
Browse files Browse the repository at this point in the history
Update line 36
  • Loading branch information
jundis authored Sep 1, 2016
2 parents 82cf3c9 + c373ab8 commit 610e1be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cwslack-follow.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
}
else
{
$f = fopen($dir."storage.txt") or die("can't open file"); //If not, create it.
$f = fopen($dir."storage.txt", 'w') or die("can't open file"); //If not, create it.
fclose($f); //Close newly created file.
$file = file_get_contents($dir."/storage.txt",FILE_SKIP_EMPTY_LINES); //Open it again for reading.
}
Expand Down

0 comments on commit 610e1be

Please sign in to comment.