]> git.mxchange.org Git - friendica.git/blobdiff - src/Module/Update/Display.php
Removed redundant maximagesize = INF statements
[friendica.git] / src / Module / Update / Display.php
index 11e3a3eda74af04c5b1d7cb7181fccd8ded055ab..4b84cba7a82bce91dae06941bfb59d863c960ffa 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\Update;
@@ -49,7 +48,7 @@ class Display extends DisplayModule
                $item = Post::selectFirst(
                        ['uid', 'parent-uri-id', 'uri-id'],
                        ['uri-id' => $uriId, 'uid' => [0, $profileUid]],
-                       ['order' => ['uid' => true]]
+                       ['order'  => ['uid' => true]]
                );
 
                if (empty($item)) {