Skip to content

Commit

Permalink
Fixing bug introduced in sha: 40d6f05 - see #712
Browse files Browse the repository at this point in the history
  • Loading branch information
weaverryan committed Apr 29, 2012
1 parent 40d6f05 commit a624841
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cookbook/doctrine/file_uploads.rst
Expand Up @@ -389,7 +389,7 @@ property, instead of the actual filename::
public function removeUpload()
{
if ($this->filenameForRemove) {
unlink($file);
unlink($this->filenameForRemove);
}
}

Expand Down

0 comments on commit a624841

Please sign in to comment.