removed return ''
This commit is contained in:
parent
6fc0d50c9f
commit
8657a80459
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue