Prevent Hypolite from doing comments about standards ;-)
This commit is contained in:
parent
364d88fa70
commit
fa7721c735
1 changed files with 1 additions and 1 deletions
|
@ -811,7 +811,7 @@ class ostatus {
|
|||
if (((intval(get_config('system','ostatus_poll_interval')) == -2) AND (count($item) > 0)) OR
|
||||
($item["verb"] == ACTIVITY_LIKE) OR ($conversation_url == "")) {
|
||||
$item_stored = item_store($item, $all_threads);
|
||||
return($item_stored);
|
||||
return $item_stored;
|
||||
}
|
||||
|
||||
// Get the parent
|
||||
|
|
Loading…
Reference in a new issue