From: Tobias Hößl Date: Tue, 28 Feb 2012 12:56:16 +0000 (+0000) Subject: Avoid a notice X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=e55d13c2b4425183dde64da8ca27c794f4c04900;p=friendica.git Avoid a notice --- diff --git a/include/items.php b/include/items.php index 5452dfbdab..5268dfc1d8 100755 --- a/include/items.php +++ b/include/items.php @@ -742,6 +742,7 @@ function item_store($arr,$force_parent = false) { if($arr['parent-uri'] === $arr['uri']) { $parent_id = 0; + $parent_deleted = 0; $allow_cid = $arr['allow_cid']; $allow_gid = $arr['allow_gid']; $deny_cid = $arr['deny_cid'];