mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-12 20:43:25 +00:00
fix #728 check if thumbExtractor is supported
remove fileReader its not needed fix unit tests fix typo remove unecessary message
This commit is contained in:
@@ -438,7 +438,7 @@ class media_subdef extends media_abstract implements cache_cacheableInterface
|
||||
*/
|
||||
public function get_size()
|
||||
{
|
||||
return @filesize($this->get_pathfile());
|
||||
return (int) @filesize($this->get_pathfile());
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user