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);