mirror of
https://github.com/BookStackApp/BookStack.git
synced 2026-05-04 18:08:46 +03:00
Merge branch 'master' of https://github.com/haxatron/BookStack into haxatron_upload_issue
This commit is contained in:
@@ -38,7 +38,7 @@ class ImageRepo
|
||||
*/
|
||||
public function imageExtensionSupported(string $extension): bool
|
||||
{
|
||||
return in_array(trim($extension, '. \t\n\r\0\x0B'), static::$supportedExtensions);
|
||||
return in_array(trim($extension, ". \t\n\r\0\x0B"), static::$supportedExtensions);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user