diff options
Diffstat (limited to 'mod/follow.php')
-rw-r--r-- | mod/follow.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/follow.php b/mod/follow.php index a1412e6c4..2f3cb3c4d 100644 --- a/mod/follow.php +++ b/mod/follow.php @@ -133,7 +133,7 @@ function follow_post(&$a) { // create a follow slap - $tpl = load_view_file('view/follow_slap.tpl'); + $tpl = file_get_contents('view/follow_slap.tpl'); $slap = replace_macros($tpl, array( '$name' => $a->user['username'], '$profile_page' => $a->get_baseurl() . '/profile/' . $a->user['nickname'], |