yuck
This commit is contained in:
parent
21ab8356b0
commit
b4d5af63af
1 changed files with 1 additions and 1 deletions
|
@ -368,7 +368,7 @@ function dfrn_request_content(&$a) {
|
||||||
|
|
||||||
|
|
||||||
$o = file_get_contents("view/dfrn_request.tpl");
|
$o = file_get_contents("view/dfrn_request.tpl");
|
||||||
$o = replace_macros($o,array('$uid' => $a->argv[2]));
|
$o = replace_macros($o,array('$uid' => $a->argv[1]));
|
||||||
return $o;
|
return $o;
|
||||||
}
|
}
|
||||||
}}
|
}}
|
Loading…
Reference in a new issue