mirror of
https://github.com/Mibew/mibew.git
synced 2025-02-07 16:24:43 +03:00
Fix bug with "Settings::update" method.
This commit is contained in:
parent
a37018aab6
commit
bf483e4abc
@ -174,6 +174,7 @@ class Settings
|
||||
"INSERT INTO {config} (vckey) VALUES (?)",
|
||||
array($key)
|
||||
);
|
||||
$instance->settingsInDb[$key] = true;
|
||||
}
|
||||
$db->query(
|
||||
"UPDATE {config} SET vcvalue=? WHERE vckey=?",
|
||||
|
Loading…
Reference in New Issue
Block a user