Fix url in profile tabs
This commit is contained in:
+1
-1
@@ -110,7 +110,7 @@ function profile_content(&$a, $update = 0) {
|
||||
if(x($_GET,'tab'))
|
||||
$tab = notags(trim($_GET['tab']));
|
||||
|
||||
$o.=profile_tabs($a, $is_owner);
|
||||
$o.=profile_tabs($a, $is_owner, $a->profile['nickname']);
|
||||
|
||||
|
||||
if($tab === 'profile') {
|
||||
|
||||
Reference in New Issue
Block a user