Merge pull request #1698 from rabuzarus/identity

move some identity related functions to identity.php
This commit is contained in:
fabrixxm 2015-06-29 13:52:07 +02:00
commit 1a1c2d74f6
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;