forked from Cavemanon/cavepaintings
formatting
This commit is contained in:
@@ -7,7 +7,7 @@ class IcoFileHandler extends DataHandlerExtension
|
||||
|
||||
public function onMediaCheckProperties(MediaCheckPropertiesEvent $event)
|
||||
{
|
||||
if(in_array($event->ext, self::SUPPORTED_EXTENSIONS)) {
|
||||
if (in_array($event->ext, self::SUPPORTED_EXTENSIONS)) {
|
||||
$event->lossless = true;
|
||||
$event->video = false;
|
||||
$event->audio = false;
|
||||
|
Reference in New Issue
Block a user