prevent error in media player ajax api

This commit is contained in:
Robin Appelman 2011-10-17 00:24:07 +02:00
parent 1f6be85719
commit 330c513015
1 changed files with 1 additions and 1 deletions

View File

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