@@ -246,7 +246,7 @@ |
||
| 246 | 246 | // If this install is 3.1 then the settings column won’t be there, |
| 247 | 247 | // so we need to bail. However, if upgrading from 2.x then we should |
| 248 | 248 | // hopefully be on 3.0.x first. |
| 249 | - if (substr( Craft::$app->getVersion(), 0, 3 ) !== "3.0") { |
|
| 249 | + if (substr(Craft::$app->getVersion(), 0, 3) !== "3.0") { |
|
| 250 | 250 | return false; |
| 251 | 251 | } |
| 252 | 252 | |