Merge pull request #171 from markc/markc

Fix typo in Install-class
This commit is contained in:
Michael Kaufmann
2013-12-01 22:55:18 -08:00

View File

@@ -403,7 +403,7 @@ class FroxlorInstall {
* @param string $value
*/
private function _updateSetting(&$stmt = null, $value = null, $group = null, $varname = null) {
$stmt->exceute(array(
$stmt->execute(array(
'group' => $group,
'varname' => $varname,
'value' => $value