diff --git a/lib/BigBlueButton/Presentation.php b/lib/BigBlueButton/Presentation.php index 028c48d..39e629b 100644 --- a/lib/BigBlueButton/Presentation.php +++ b/lib/BigBlueButton/Presentation.php @@ -9,7 +9,7 @@ class Presentation { public function __construct(string $url, string $filename) { $this->url = $url; - $this->filename = $filename; + $this->filename = preg_replace('/[^\x20-\x7E]+/','#', $filename); } public function getUrl(): string {