]> git.mxchange.org Git - friendica.git/blobdiff - src/Object/Api/Twitter/Media.php
Use the owner, not the author
[friendica.git] / src / Object / Api / Twitter / Media.php
index 6256d427c267e91dee60a2ed29916670459974f1..9d740ab8dccf4c3d588eb1773b652f70161bbd17 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
@@ -79,7 +79,7 @@ class Media extends BaseDataTransferObject
                                $size = 'large';
                        }
 
-                       $this->sizes           = [
+                       $this->sizes = [
                                $size => [
                                        'h'      => $media['height'],
                                        'resize' => 'fit',
@@ -87,7 +87,6 @@ class Media extends BaseDataTransferObject
                                ]
                        ];
                }
-
        }
 
        /**