]> git.mxchange.org Git - friendica.git/commitdiff
Added documentation
authorMichael <heluecht@pirati.ca>
Sat, 20 Jan 2018 14:10:37 +0000 (14:10 +0000)
committerMichael <heluecht@pirati.ca>
Sat, 20 Jan 2018 14:10:37 +0000 (14:10 +0000)
mod/item.php

index f3cefeac39c0c9d7db3f34c219d24e24402c25d4..76bdc61f809157bdad02b49d32fd9963fe6c1075 100644 (file)
@@ -614,7 +614,10 @@ function item_post(App $a) {
        $datarray['pubmail']       = $pubmail_enabled;
        $datarray['attach']        = $attachments;
        $datarray['bookmark']      = intval($bookmark);
+
+       // This is not a bug. The item store function changes 'parent-uri' to 'thr-parent' and fetches 'parent-uri' new. (We should change this)
        $datarray['parent-uri']    = $thr_parent_uri;
+
        $datarray['postopts']      = $postopts;
        $datarray['origin']        = $origin;
        $datarray['moderated']     = false;