1
0
Fork 0

fix check for parent of StatusNet API post

This commit is contained in:
Zach Prezkuta 2012-06-16 21:41:23 -06:00
commit fa7e803f73
3 changed files with 12 additions and 11 deletions

View file

@ -108,7 +108,7 @@ function item_post(&$a) {
}
}
if($parent) logger('mod_post: parent=' . $parent);
if($parent) logger('mod_item: item_post parent=' . $parent);
$profile_uid = ((x($_REQUEST,'profile_uid')) ? intval($_REQUEST['profile_uid']) : 0);
$post_id = ((x($_REQUEST,'post_id')) ? intval($_REQUEST['post_id']) : 0);