removed return ''

This commit is contained in:
Rudi Grinberg 2012-09-18 11:51:13 -04:00
parent 6fc0d50c9f
commit 8657a80459

View file

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