Much more standards
This commit is contained in:
parent
c97306e734
commit
6619e0791d
|
@ -851,8 +851,9 @@ function item_store($arr,$force_parent = false, $notify = false, $dontcache = fa
|
||||||
// Store the data into a spool file so that we can try again later.
|
// Store the data into a spool file so that we can try again later.
|
||||||
|
|
||||||
// At first we restore the Diaspora signature that we removed above.
|
// At first we restore the Diaspora signature that we removed above.
|
||||||
if (isset($encoded_signature))
|
if (isset($encoded_signature)) {
|
||||||
$arr['dsprsig'] = $encoded_signature;
|
$arr['dsprsig'] = $encoded_signature;
|
||||||
|
}
|
||||||
|
|
||||||
// Now we store the data in the spool directory
|
// Now we store the data in the spool directory
|
||||||
$file = 'item-'.round(microtime(true) * 10000).".msg";
|
$file = 'item-'.round(microtime(true) * 10000).".msg";
|
||||||
|
|
Loading…
Reference in New Issue
Block a user