]> git.mxchange.org Git - friendica.git/blobdiff - src/Util/Strings.php
codeblock updates
[friendica.git] / src / Util / Strings.php
index 0a476a76beb338da29e2994efedaf38c66076763..0c63749c8593603b85c7f0a5b25fd3e5a80cbfbe 100644 (file)
@@ -295,7 +295,7 @@ class Strings
      * 
      * @return string   normalized OpenId Identity
      */
-    function normaliseOpenID($s)
+    public static function normaliseOpenID($s)
     {
         return trim(str_replace(['http://', 'https://'], ['', ''], $s), '/');
     }