move some identity based functions to identity.php

This commit is contained in:
rabuzarus 2015-06-26 18:57:20 +02:00
commit 787604026f
4 changed files with 741 additions and 743 deletions

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