@@ -190,7 +190,7 @@ |
||
190 | 190 | if ($isResource = is_resource($content)) { |
191 | 191 | $size = Util\Size::fromResource($content); |
192 | 192 | } else { |
193 | - $size = Util\Size::fromContent($content); |
|
193 | + $size = Util\Size::fromContent($content); |
|
194 | 194 | } |
195 | 195 | |
196 | 196 | try { |