removed return ''

This commit is contained in:
Rudi Grinberg 2012-09-18 11:51:13 -04:00
parent 6fc0d50c9f
commit 8657a80459
1 changed files with 1 additions and 1 deletions

View File

@ -407,7 +407,7 @@ SQL;
*/
public function getFileExtension()
{
return "";
//return "";
// TODO : what's the point of having this function? Can we not just use
// the extension from the file_path column from cc_files?
$mime = $this->_file->getDbMime();