Proper command escaping
This commit is contained in:
parent
cbbfa7eaac
commit
70ba5000c1
5 changed files with 96 additions and 74 deletions
|
|
@ -31,7 +31,7 @@ abstract class DefaultAudio implements Resamplable, Interactive
|
|||
*/
|
||||
public function getExtraParams()
|
||||
{
|
||||
return '';
|
||||
return array();
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue