Skip to content

Commit

Permalink
This variable doesn't exist
Browse files Browse the repository at this point in the history
  • Loading branch information
slusarz committed May 8, 2015
1 parent 56c47b6 commit fd2d298
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions framework/Crypt/lib/Horde/Crypt/Smime.php
Expand Up @@ -822,14 +822,14 @@ protected function _fixContentType($text, $type)
* Create a temporary file that will be deleted at the end of this
* process.
*
* @param string $descrip Description string to use in filename.
* @param boolean $delete Delete the file automatically?
* @param string $descrip Description string to use in filename.
* @param boolean $delete Delete the file automatically?
*
* @return string Filename of a temporary file.
*/
protected function _createTempFile($descrip = 'horde-crypt', $delete = true)
{
return Horde_Util::getTempFile($descrip, $delete, $this->_tempdir, true);
return Horde_Util::getTempFile($descrip, $delete, '', true);
}

}

0 comments on commit fd2d298

Please sign in to comment.