]> git.mxchange.org Git - friendica.git/blobdiff - mod/acl.php
Better implementation of "hidewall"
[friendica.git] / mod / acl.php
index 5666ccabb8112646f9c01217a9994d86edda8d3c..f5e04b96a75154ee76a042222925754164cfeaa4 100644 (file)
@@ -3,8 +3,8 @@
 
 require_once("include/acl_selectors.php");
 
-if(! function_exists('acl_init')) {
 function acl_init(&$a){
        acl_lookup($a);
 }
-}
+
+