]> git.mxchange.org Git - friendica.git/blobdiff - mod/acl.php
Merge pull request #3121 from annando/1701-bugfix-config
[friendica.git] / mod / acl.php
index f5e04b96a75154ee76a042222925754164cfeaa4..04aa9f50a6ff3b6ce4c847cc41717ded31a57314 100644 (file)
@@ -3,7 +3,7 @@
 
 require_once("include/acl_selectors.php");
 
-function acl_init(&$a){
+function acl_init(App $a) {
        acl_lookup($a);
 }