Skip to content

Commit

Permalink
Remove double comment character
Browse files Browse the repository at this point in the history
  • Loading branch information
Chuck Hagenbuch committed Sep 6, 2015
1 parent 0b4af1b commit cfeb951
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ansel/lib/View/Upload.php
Expand Up @@ -365,7 +365,7 @@ protected function _handleFileUpload()
exit;
}

// // Don't know type. Try to deduce it.
// Don't know type. Try to deduce it.
if (!($type = Horde_Mime_Magic::analyzeFile($temp, isset($GLOBALS['conf']['mime']['magic_db']) ? $GLOBALS['conf']['mime']['magic_db'] : null))) {
$type = Horde_Mime_Magic::filenameToMime($filename);
}
Expand Down

0 comments on commit cfeb951

Please sign in to comment.