@@ -217,7 +217,7 @@ |
||
| 217 | 217 | return null; |
| 218 | 218 | } |
| 219 | 219 | // If the extension is uppercase, set transform format to lowercase |
| 220 | - if ( ctype_upper($finalFormat) ) { |
|
| 220 | + if (ctype_upper($finalFormat)) { |
|
| 221 | 221 | $transform['format'] = strtolower($finalFormat); |
| 222 | 222 | } |
| 223 | 223 | // Generate an image transform url |