diff --git a/install/lib/class.FroxlorInstall.php b/install/lib/class.FroxlorInstall.php index 48b0b509..c2eb7d3c 100644 --- a/install/lib/class.FroxlorInstall.php +++ b/install/lib/class.FroxlorInstall.php @@ -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