]> git.mxchange.org Git - friendica.git/blobdiff - src/Module/Item/Star.php
Merge pull request #13266 from annando/quoted
[friendica.git] / src / Module / Item / Star.php
index 6796d7bfce16d1eb2c59e8e7f79c1f41e0ec6492..931d0cca2177cd4e406b64b80640ca4ea6f3b9bf 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
@@ -66,7 +66,7 @@ class Star extends BaseModule
                                throw new HTTPException\NotFoundException();
                        }
                }
-       
+
                $starred = !(bool)$item['starred'];
 
                Item::update(['starred' => $starred], ['id' => $itemId]);