The username is now a link

This commit is contained in:
Michael Vogel 2015-10-26 23:11:42 +01:00
commit 99ee45e627
2 changed files with 10 additions and 2 deletions

View file

@ -97,6 +97,12 @@ function manage_content(&$a) {
return;
}
if ($_GET['identity']) {
$_POST['identity'] = $_GET['identity'];
manage_post($a);
return;
}
$identities = $a->identities;
//getting additinal information for each identity