wrong variable

This commit is contained in:
Mario
2023-03-02 10:20:43 +00:00
parent f167648115
commit b70acd0079

View File

@@ -199,7 +199,7 @@ class Hq extends \Zotlabs\Web\Controller {
$simple_update
LIMIT 1",
intval(local_channel()),
dbesc($mid)
dbesc($target_item['parent_mid'])
);
}
else {