]> git.mxchange.org Git - friendica.git/commitdiff
spelling: uploaded
authorJosh Soref <2119212+jsoref@users.noreply.github.com>
Wed, 22 Mar 2023 04:08:44 +0000 (00:08 -0400)
committerJosh Soref <2119212+jsoref@users.noreply.github.com>
Sun, 26 Mar 2023 20:14:16 +0000 (16:14 -0400)
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
src/Module/Settings/Profile/Photo/Crop.php

index b080719151615daa4d825f6b6919454274048096..2929e16dae984560c16e187c43539ea1ac90c476 100644 (file)
@@ -181,7 +181,7 @@ class Crop extends BaseSettings
                        $havescale = $havescale || $photo['scale'] == 5;
                }
 
-               // set an already uloaded photo as profile photo
+               // set an already uploaded photo as profile photo
                // if photo is in 'Profile Photos', change it in db
                if ($photos[0]['photo-type'] == Photo::USER_AVATAR && $havescale) {
                        Photo::update(['profile' => false], ['uid' => DI::userSession()->getLocalUserId()]);