1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-01 12:20:44 +02:00

Quick View added to admin > users

This commit is contained in:
Cameron
2017-11-05 11:31:11 -08:00
parent 21875c0b24
commit 2c23bd6cd6
2 changed files with 10 additions and 2 deletions

View File

@@ -309,9 +309,10 @@ function renderuser($uid, $mode = "verbose")
return FALSE;
}
}
$user_shortcodes->setVars($user);
e107::setRegistry('core/user/profile', $user);
if($mode == 'verbose')
{