]> git.mxchange.org Git - friendica.git/blobdiff - src/Model/Post/Link.php
Use the owner, not the author
[friendica.git] / src / Model / Post / Link.php
index dc779795117c1a524a5897e727b67122a1466ab6..3fafdd7eaf7b93f04e175b7124600be812dcec9f 100644 (file)
@@ -58,7 +58,7 @@ class Link
         * @param int $uriId
         * @param string $url
         * @param string $size
-        * @return string Found link URL + id on success, $url on failture
+        * @return string Found link URL + id on success, $url on failure
         */
        public static function getByLink(int $uriId, string $url, string $size = ''): string
        {