]> 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 5666ccabb8112646f9c01217a9994d86edda8d3c..04aa9f50a6ff3b6ce4c847cc41717ded31a57314 100644 (file)
@@ -3,8 +3,8 @@
 
 require_once("include/acl_selectors.php");
 
-if(! function_exists('acl_init')) {
-function acl_init(&$a){
+function acl_init(App $a) {
        acl_lookup($a);
 }
-}
+
+