fix intro bug
This commit is contained in:
parent
f78c252d37
commit
91fd835754
|
@ -368,7 +368,7 @@ function dfrn_request_content(&$a) {
|
|||
|
||||
|
||||
$o = file_get_contents("view/dfrn_request.tpl");
|
||||
$o = replace_macros($o,array('$uid' => $a->profile['uid']));
|
||||
$o = replace_macros($o,array('$uid' => $a->user['nickname']));
|
||||
return $o;
|
||||
}
|
||||
}}
|
Loading…
Reference in a new issue