@@ -297,7 +297,7 @@ |
||
| 297 | 297 | public function isImage($url = '') { |
| 298 | 298 | $mime = $this->getContentType($url); |
| 299 | 299 | if ($mime) { |
| 300 | - list($simple, ) = explode('/', $mime); |
|
| 300 | + list($simple,) = explode('/', $mime); |
|
| 301 | 301 | return ($simple == 'image'); |
| 302 | 302 | } |
| 303 | 303 | |