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
a9644ddec1
commit
83185a6b32
@ -455,7 +455,7 @@ class Updater
|
|||||||
}
|
}
|
||||||
|
|
||||||
try {
|
try {
|
||||||
// Alter plugin table.
|
// Add primary key to the revision table.
|
||||||
$db->query('ALTER TABLE {revision} ADD PRIMARY KEY (id)');
|
$db->query('ALTER TABLE {revision} ADD PRIMARY KEY (id)');
|
||||||
} 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