Fix invalid comment

This commit is contained in:
Fedor A. Fetisov 2016-12-29 17:42:11 +03:00
parent 7f6b193656
commit 1683b7c72a

View File

@ -428,7 +428,7 @@ class Updater
}
try {
// Alter locale table.
// Alter plugin table.
$db->query('ALTER TABLE {plugin} ADD COLUMN initialized tinyint NOT NULL DEFAULT 0 AFTER enabled');
} catch (\Exception $e) {
$this->errors[] = getlocal('Cannot update tables: {0}', $e->getMessage());