]> git.mxchange.org Git - friendica.git/blobdiff - mod/profile.php
move some identity based functions to identity.php
[friendica.git] / mod / profile.php
index e81cfd22c94878023c604fd4c80f6d2a02e32ec7..04611f583516aa03c4a489f04fc78c8c630d3a8f 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;