]> git.mxchange.org Git - friendica.git/blobdiff - include/acl_selectors.php
Merge remote-tracking branch 'upstream/master'
[friendica.git] / include / acl_selectors.php
index 886bce877387ade50d3bb9ab0c886849a8677938..72c434692c0c6087f432f56402049ba41c248b70 100644 (file)
@@ -320,7 +320,7 @@ function populate_acl($user = null,$celeb = false) {
        $o .= '</div>';
        $o .= '</div>' . "\r\n";
        $o .= '<div id="acl-wrapper-end"></div>' . "\r\n";*/
-       
+
        $tpl = get_markup_template("acl_selector.tpl");
        $o = replace_macros($tpl, array(
                '$showall'=> t("Visible to everybody"),
@@ -334,8 +334,8 @@ function populate_acl($user = null,$celeb = false) {
                        "aclautomention"=>(feature_enabled($user['uid'],"aclautomention")?"true":"false")
                ),
        ));
-       
-       
+
+
        return $o;
 
 }