diff options
Diffstat (limited to 'mod/xrd.php')
-rw-r--r-- | mod/xrd.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/xrd.php b/mod/xrd.php index c6c5515c5..e60fda48d 100644 --- a/mod/xrd.php +++ b/mod/xrd.php @@ -16,7 +16,7 @@ function xrd_content(&$a) { if(! count($r)) killme(); - $tpl = file_get_contents('view/xrd_person.tpl'); + $tpl = load_view_file('view/xrd_person.tpl'); $o = replace_macros($tpl, array( '$accturi' => $uri, |