diff options
author | Tobias Hößl <tobias@hoessl.eu> | 2012-02-28 12:56:16 +0000 |
---|---|---|
committer | Tobias Hößl <tobias@hoessl.eu> | 2012-02-28 12:56:16 +0000 |
commit | e55d13c2b4425183dde64da8ca27c794f4c04900 (patch) | |
tree | c218e19af8f5499d7a4c5562d5a812177da005e4 /include | |
parent | 7c30fca98186538eff731519bdd0c76527237192 (diff) | |
download | volse-hubzilla-e55d13c2b4425183dde64da8ca27c794f4c04900.tar.gz volse-hubzilla-e55d13c2b4425183dde64da8ca27c794f4c04900.tar.bz2 volse-hubzilla-e55d13c2b4425183dde64da8ca27c794f4c04900.zip |
Avoid a notice
Diffstat (limited to 'include')
-rwxr-xr-x | include/items.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/items.php b/include/items.php index 5452dfbda..5268dfc1d 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']; |