Wrong variable name

This commit is contained in:
root 2012-02-26 14:29:17 +00:00
parent fb8675f349
commit aa92901b11
1 changed files with 1 additions and 1 deletions

View File

@ -162,7 +162,7 @@ function del_config($family,$key) {
if(x($a->config[$family],$key))
unset($a->config[$family][$key]);
$ret = q("DELETE FROM `config` WHERE `cat` = '%s' AND `k` = '%s' LIMIT 1",
dbesc($cat),
dbesc($family),
dbesc($key)
);
return $ret;