Added missing function

This commit is contained in:
Michael
2017-09-10 07:58:14 +00:00
parent 21a630ebae
commit bdf490e2fa
2 changed files with 31 additions and 0 deletions

View File

@@ -534,6 +534,7 @@ function item_store($arr, $force_parent = false, $notify = false, $dontcache = f
}
// Converting the plink
/// @todo Check if this is really still needed
if ($arr['network'] == NETWORK_OSTATUS) {
if (isset($arr['plink'])) {
$arr['plink'] = ostatus::convert_href($arr['plink']);