| @@ -286,9 +286,9 @@ | ||
| 286 | 286 | "SHOW TABLES LIKE '{$this->database->getPrefix()}uam_%'" |
| 287 | 287 | ); |
| 288 | 288 | |
| 289 | 289 | foreach ($tables as $table) { |
| 290 | - if (preg_match('/.*_([0-9\-]+)/', $table, $matches) === 1) { | |
| 290 | + if (preg_match('/.*_([0-9\-]+)/i', $table, $matches) === 1) { | |
| 291 | 291 | $version = str_replace('-', '.', $matches[1]); |
| 292 | 292 | $versions[$version] = $version; |
| 293 | 293 | } |
| 294 | 294 | } |