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 authored and mrubinsk committed Sep 7, 2015
1 parent acb957a commit 508d083
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ansel/lib/View/Upload.php
Original file line number Diff line number Diff line change
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 508d083

Please sign in to comment.