minor tweak

This commit is contained in:
Mike Macgirvin 2022-11-06 15:04:22 -08:00
parent 5108ac2ea1
commit f15c949147

View file

@ -16,10 +16,9 @@ class _1263
break;
}
foreach ($results as $result) {
if (!$result['mid']) {
continue;
if ($result['mid']) {
ObjCache::Set($result['mid'],$result['v']);
}
ObjCache::Set($result['mid'],$result['v']);
q("delete from iconfig where id = %d",
intval($result['id'])
);