reorganise a few included functions - notably identity related functions

This commit is contained in:
friendica
2013-12-03 15:35:13 -08:00
parent cb17f8c2d1
commit 6c321be03c
5 changed files with 770 additions and 768 deletions

View File

@@ -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;