prevent error in media player ajax api

This commit is contained in:
Robin Appelman 2011-10-17 00:24:07 +02:00
parent ee5b7b4db6
commit 7ccf71d478

View file

@ -106,7 +106,7 @@ if($arguments['action']){
}
break;
case 'play':
ob_end_clean();
@ob_end_clean();
$ftype=OC_Filesystem::getMimeType( $arguments['path'] );