The username is now a link
This commit is contained in:
parent
ac744b61f9
commit
99ee45e627
2 changed files with 10 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue