mirror of
https://github.com/Mibew/mibew.git
synced 2025-02-12 10:31:09 +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 (?)",
|
"INSERT INTO {config} (vckey) VALUES (?)",
|
||||||
array($key)
|
array($key)
|
||||||
);
|
);
|
||||||
|
$instance->settingsInDb[$key] = true;
|
||||||
}
|
}
|
||||||
$db->query(
|
$db->query(
|
||||||
"UPDATE {config} SET vcvalue=? WHERE vckey=?",
|
"UPDATE {config} SET vcvalue=? WHERE vckey=?",
|
||||||
|
Loading…
Reference in New Issue
Block a user