]> git.mxchange.org Git - friendica.git/blobdiff - src/Model/Photo.php
Add more Cookie tests (create new StaticCookie class for mocking setcookie())
[friendica.git] / src / Model / Photo.php
index bf0acf53ebc937b94151145fc35c0d7ce19fc1ea..db3c4d429bb29680989524d419ae4f4d0b939e40 100644 (file)
@@ -723,7 +723,7 @@ class Photo extends BaseObject
         * @return boolean
         * @throws \Exception
         */
-       public static function isLocalLink($name)
+       public static function isLocalPage($name)
        {
                $a = \get_app();
                $base = $a->getBaseURL();