From: Michael <heluecht@pirati.ca> Date: Wed, 31 Jul 2019 16:07:50 +0000 (+0000) Subject: Added header X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=c936232575351dd22091cda6a142b06947394922;p=friendica.git Added header --- diff --git a/src/Model/Item.php b/src/Model/Item.php index 8d7d8b264a..1cb66cc35f 100644 --- a/src/Model/Item.php +++ b/src/Model/Item.php @@ -1263,6 +1263,13 @@ class Item extends BaseObject */ } + /** + * Write an item array into a spool file to be inserted later. + * This command is called whenever there are issues storing an item. + * + * @param array $item The item fields that are to be inserted + * @throws \Exception + */ private static function spool($orig_item) { // Now we store the data in the spool directory