Renamed exceute() to execute() in class.FroxlorInstall.php

This commit is contained in:
Mark Constable
2013-12-02 11:38:08 +10:00
parent f50268c806
commit b551c931e9

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