From 6619e0791d6b8975e09d82dd823c630c5459b479 Mon Sep 17 00:00:00 2001 From: Michael Date: Thu, 1 Dec 2016 22:52:35 +0000 Subject: [PATCH] Much more standards --- include/items.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/include/items.php b/include/items.php index 6d45550a4f..0445c4490c 100644 --- a/include/items.php +++ b/include/items.php @@ -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. // At first we restore the Diaspora signature that we removed above. - if (isset($encoded_signature)) + if (isset($encoded_signature)) { $arr['dsprsig'] = $encoded_signature; + } // Now we store the data in the spool directory $file = 'item-'.round(microtime(true) * 10000).".msg";