]> git.mxchange.org Git - friendica.git/blobdiff - mod/openid.php
Merge branch 'develop' into rewrites/dbm_is_result
[friendica.git] / mod / openid.php
index 9ee1877674ced05777bebc6609309c228665ae90..e14b5f82d93f57e4e56c6516712cff5490e6b1cc 100644 (file)
@@ -4,7 +4,7 @@
 require_once('library/openid.php');
 
 
-function openid_content(&$a) {
+function openid_content(App &$a) {
 
        $noid = get_config('system','no_openid');
        if($noid)