aboutsummaryrefslogtreecommitdiffstats
path: root/mod
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2013-12-03 15:35:13 -0800
committerfriendica <info@friendica.com>2013-12-03 15:35:13 -0800
commit6c321be03c8edd062866b1775bca560beec9d602 (patch)
treeb135bbe5fa649ec779405c8a5c2ff2c98e9c6123 /mod
parentcb17f8c2d1bc315ea9b271a4cf78cafb5af7141e (diff)
downloadvolse-hubzilla-6c321be03c8edd062866b1775bca560beec9d602.tar.gz
volse-hubzilla-6c321be03c8edd062866b1775bca560beec9d602.tar.bz2
volse-hubzilla-6c321be03c8edd062866b1775bca560beec9d602.zip
reorganise a few included functions - notably identity related functions
Diffstat (limited to 'mod')
-rw-r--r--mod/profile.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/mod/profile.php b/mod/profile.php
index d59602ba0..cd5c3eeef 100644
--- a/mod/profile.php
+++ b/mod/profile.php
@@ -116,7 +116,6 @@ function profile_content(&$a, $update = 0) {
$o .= profile_tabs($a, $is_owner, $a->profile['channel_address']);
- require_once('include/profile_advanced.php');
$o .= advanced_profile($a);
call_hooks('profile_advanced',$o);
return $o;