diff options
author | redmatrix <redmatrix@redmatrix.me> | 2015-06-11 17:56:56 -0700 |
---|---|---|
committer | redmatrix <redmatrix@redmatrix.me> | 2015-06-11 17:56:56 -0700 |
commit | 5733491ac853b4af5d4829d68e870f3d82ced3c8 (patch) | |
tree | e90b5ee0f46e37e239cf9df51e6e45adf7b7d454 /mod/impel.php | |
parent | 8812f183a288fa3da960c5b91107315080ecec1e (diff) | |
parent | bc8840eab5298aef6902ac0751adf91df5232188 (diff) | |
download | volse-hubzilla-5733491ac853b4af5d4829d68e870f3d82ced3c8.tar.gz volse-hubzilla-5733491ac853b4af5d4829d68e870f3d82ced3c8.tar.bz2 volse-hubzilla-5733491ac853b4af5d4829d68e870f3d82ced3c8.zip |
more work on items
and
Merge branch 'master' of https://github.com/redmatrix/redmatrix
Conflicts:
include/items.php
view/it/messages.po
view/it/strings.php
Diffstat (limited to 'mod/impel.php')
-rw-r--r-- | mod/impel.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/impel.php b/mod/impel.php index 94e343ed1..da7138438 100644 --- a/mod/impel.php +++ b/mod/impel.php @@ -183,7 +183,7 @@ function impel_init(&$a) { if($x['success']) { $item_id = $x['item_id']; - update_remote_id($channel,$item_id,$arr['item_restrict'],$pagetitle,$namespace,$remote_id,$arr['mid']); + update_remote_id($channel,$item_id,$arr['item_type'],$pagetitle,$namespace,$remote_id,$arr['mid']); } } |