From 59727093d9d5f2d08c6167152a7ea13a1946a5e2 Mon Sep 17 00:00:00 2001 From: isaosano Date: Mon, 9 Nov 2015 18:06:25 +0900 Subject: [PATCH] repair the mistyped word 'frend' into 'friend' (fixes #3864, BP from #3452) --- apps/pc_frontend/modules/community/templates/homeSuccess.php | 2 +- apps/pc_frontend/modules/friend/templates/_friendListBox.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/pc_frontend/modules/community/templates/homeSuccess.php b/apps/pc_frontend/modules/community/templates/homeSuccess.php index 639c5a78a..c0df53ab2 100644 --- a/apps/pc_frontend/modules/community/templates/homeSuccess.php +++ b/apps/pc_frontend/modules/community/templates/homeSuccess.php @@ -19,7 +19,7 @@ { $options['moreInfo'][] = link_to(__('Management member'), '@community_memberManage?id='.$community->getId()); } -op_include_parts('nineTable', 'frendList', $options); +op_include_parts('nineTable', 'friendList', $options); ?> diff --git a/apps/pc_frontend/modules/friend/templates/_friendListBox.php b/apps/pc_frontend/modules/friend/templates/_friendListBox.php index c0c7b497c..e857f5b8d 100644 --- a/apps/pc_frontend/modules/friend/templates/_friendListBox.php +++ b/apps/pc_frontend/modules/friend/templates/_friendListBox.php @@ -18,4 +18,4 @@ )), '@friend_manage'); } -op_include_parts('nineTable', 'frendList_'.$gadget->getId(), $options); +op_include_parts('nineTable', 'friendList_'.$gadget->getId(), $options);