diff --git a/boot.php b/boot.php index 3714f588b..7fbd2a6fb 100644 --- a/boot.php +++ b/boot.php @@ -1283,7 +1283,7 @@ function del_pconfig($uid,$family,$key) { unset($a->config[$uid][$family][$key]); $ret = q("DELETE FROM `pconfig` WHERE `uid` = %d AND `cat` = '%s' AND `k` = '%s' LIMIT 1", intval($uid), - dbesc($cat), + dbesc($family), dbesc($key) ); return $ret;