@@ -13,11 +13,11 @@ |
||
| 13 | 13 | |
| 14 | 14 | function getimagesize($path) |
| 15 | 15 | { |
| 16 | - $image = Image\Factory::create($path); |
|
| 16 | + $image = Image\Factory::create($path); |
|
| 17 | 17 | |
| 18 | - if (is_null($image)) { |
|
| 19 | - return false; |
|
| 20 | - } |
|
| 18 | + if (is_null($image)) { |
|
| 19 | + return false; |
|
| 20 | + } |
|
| 21 | 21 | |
| 22 | - return $image->getSize(); |
|
| 22 | + return $image->getSize(); |
|
| 23 | 23 | } |
| 24 | 24 | \ No newline at end of file |