aboutsummaryrefslogtreecommitdiffstats
path: root/include/items.php
diff options
context:
space:
mode:
authorTobias Hößl <tobias@hoessl.eu>2012-02-28 12:56:16 +0000
committerTobias Hößl <tobias@hoessl.eu>2012-02-28 12:56:16 +0000
commite55d13c2b4425183dde64da8ca27c794f4c04900 (patch)
treec218e19af8f5499d7a4c5562d5a812177da005e4 /include/items.php
parent7c30fca98186538eff731519bdd0c76527237192 (diff)
downloadvolse-hubzilla-e55d13c2b4425183dde64da8ca27c794f4c04900.tar.gz
volse-hubzilla-e55d13c2b4425183dde64da8ca27c794f4c04900.tar.bz2
volse-hubzilla-e55d13c2b4425183dde64da8ca27c794f4c04900.zip
Avoid a notice
Diffstat (limited to 'include/items.php')
-rwxr-xr-xinclude/items.php1
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'];