]> git.mxchange.org Git - friendica.git/blobdiff - src/Model/Photo.php
Code standards
[friendica.git] / src / Model / Photo.php
index edb4bc0e26a827ac756981ddb202923fba956702..f65f495b568c25e20b5e59da10cfbfb2e491b8ec 100644 (file)
@@ -67,7 +67,7 @@ class Photo extends BaseObject
        }
 
        /**
-        * @brief Get a photo for user id
+        * @brief Get photos for user id
         *
         * @param integer  $uid          User id
         * @param string   $resourceid   Rescource ID of the photo
@@ -543,6 +543,6 @@ class Photo extends BaseObject
         */
        public static function newResource()
        {
-               return system::createGUID(32, false);
+               return System::createGUID(32, false);
        }
 }