mirror of
https://github.com/Mibew/mibew.git
synced 2025-01-31 05:20:30 +03:00
Fix invalid comment
This commit is contained in:
parent
7f6b193656
commit
1683b7c72a
@ -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());
|
||||
|
Loading…
Reference in New Issue
Block a user