@@ -46,7 +46,7 @@ |
||
46 | 46 | $host = parse_url($this->file, PHP_URL_HOST); |
47 | 47 | |
48 | 48 | // If it has not an url host and it is a file_id |
49 | - if ($host === null && ! ctype_alnum($this->file)) { |
|
49 | + if ($host === null && !ctype_alnum($this->file)) { |
|
50 | 50 | // Then it is a local path |
51 | 51 | return true; |
52 | 52 | } else { |