]> git.mxchange.org Git - friendica.git/blobdiff - mod/profile.php
Merge pull request #1696 from rabuzarus/acl-var
[friendica.git] / mod / profile.php
index 81bd5ace8ec8c0c2906e512257dae866e0018556..94e3c0a37f0b4460a3cad33a4ef78f7b32229c19 100644 (file)
@@ -166,7 +166,6 @@ function profile_content(&$a, $update = 0) {
 
 
                if($tab === 'profile') {
-                       require_once('include/profile_advanced.php');
                        $o .= advanced_profile($a);
                        call_hooks('profile_advanced',$o);
                        return $o;