Avoid a notice

This commit is contained in:
Tobias Hößl 2012-02-28 12:56:16 +00:00
parent 7c30fca981
commit e55d13c2b4
1 changed files with 1 additions and 0 deletions

View File

@ -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'];