mirror of
https://github.com/Mibew/mibew.git
synced 2025-02-07 08:14:42 +03:00
Fix invalid comment
This commit is contained in:
parent
7f6b193656
commit
1683b7c72a
@ -428,7 +428,7 @@ class Updater
|
|||||||
}
|
}
|
||||||
|
|
||||||
try {
|
try {
|
||||||
// Alter locale table.
|
// Alter plugin table.
|
||||||
$db->query('ALTER TABLE {plugin} ADD COLUMN initialized tinyint NOT NULL DEFAULT 0 AFTER enabled');
|
$db->query('ALTER TABLE {plugin} ADD COLUMN initialized tinyint NOT NULL DEFAULT 0 AFTER enabled');
|
||||||
} catch (\Exception $e) {
|
} catch (\Exception $e) {
|
||||||
$this->errors[] = getlocal('Cannot update tables: {0}', $e->getMessage());
|
$this->errors[] = getlocal('Cannot update tables: {0}', $e->getMessage());
|
||||||
|
Loading…
Reference in New Issue
Block a user