diff --git a/modules/homepage/tpl/member_list.html b/modules/homepage/tpl/member_list.html
index 07c95b61d..9220802d9 100644
--- a/modules/homepage/tpl/member_list.html
+++ b/modules/homepage/tpl/member_list.html
@@ -59,7 +59,7 @@
{$page_no}
- {$page}
+ {$page_no}
{$lang->last_page}
diff --git a/widgets/newest_document/newest_document.class.php b/widgets/newest_document/newest_document.class.php
index a11f657e9..7668f8cc6 100644
--- a/widgets/newest_document/newest_document.class.php
+++ b/widgets/newest_document/newest_document.class.php
@@ -15,6 +15,7 @@
* 결과를 만든후 print가 아니라 return 해주어야 한다
**/
function proc($args) {
+return;
// 대상 모듈 (mid_list는 기존 위젯의 호환을 위해서 처리하는 루틴을 유지. module_srls로 위젯에서 변경)
$oModuleModel = &getModel('module');
if($args->mid_list) {