]> git.mxchange.org Git - friendica.git/blobdiff - mod/network.php
Merge branch 'themetests' of https://github.com/fabrixxm/friendika into fabrixxm...
[friendica.git] / mod / network.php
index 696d00dcc18da573eabdede848e44ebe0a38f5ee..79a2f2b3896c6490acc789abc7b705b197ff3e7d 100644 (file)
@@ -39,6 +39,7 @@ function network_content(&$a, $update = 0) {
        $group = 0;
 
        $nouveau = false;
+       require_once('include/acl_selectors.php');
 
        if(($a->argc > 2) && $a->argv[2] === 'new')
                $nouveau = true;
@@ -67,7 +68,6 @@ function network_content(&$a, $update = 0) {
                        '$nickname' => $a->user['nickname']
                ));
 
-               require_once('include/acl_selectors.php');
 
                $tpl = load_view_file("view/jot.tpl");