]> git.mxchange.org Git - friendica.git/blobdiff - src/Module/Item/Feed.php
Update src/Module/Api/Friendica/Photoalbum/Index.php
[friendica.git] / src / Module / Item / Feed.php
index 8830cb0afa1472897045549f3810744d8f4c91e6..50447afba4a3603c1255cd1cf2926d08029504a5 100644 (file)
@@ -17,7 +17,6 @@
  * You should have received a copy of the GNU Affero General Public License
  * along with this program.  If not, see <https://www.gnu.org/licenses/>.
  *
- * See update_profile.php for documentation
  */
 
 namespace Friendica\Module\Item;
@@ -72,9 +71,9 @@ class Feed extends BaseModule
                        'guid',
                        'gravity',
                ], [
-                       'uri-id' => $uriId,
+                       'uri-id'  => $uriId,
                        'private' => [Item::PUBLIC, Item::UNLISTED],
-                       'uid' => 0,
+                       'uid'     => 0,
                ]);
 
                if (empty($item)) {