From fd1c7b94ab8159343282f0d66ccf2831147b90b0 Mon Sep 17 00:00:00 2001 From: conory Date: Sat, 3 Sep 2016 00:08:31 +0900 Subject: [PATCH] =?UTF-8?q?=EC=BD=98=ED=85=90=EC=B8=A0=20=EC=9C=84?= =?UTF-8?q?=EC=A0=AF=20=EC=A0=95=EB=A0=AC=20=EB=8C=80=EC=83=81=EC=97=90=20?= =?UTF-8?q?=EB=AC=B8=EC=84=9C=EB=B2=88=ED=98=B8=20=EC=88=9C=20=EC=B6=94?= =?UTF-8?q?=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- widgets/content/conf/info.xml | 5 +++++ widgets/content/content.class.php | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/widgets/content/conf/info.xml b/widgets/content/conf/info.xml index c8b466ea2..90f28cf01 100644 --- a/widgets/content/conf/info.xml +++ b/widgets/content/conf/info.xml @@ -700,6 +700,11 @@ 最新發表 En yeni gönderim sırası + + list_order + 문서번호 순 + Article No. Order + update_order 최근 변경순 diff --git a/widgets/content/content.class.php b/widgets/content/content.class.php index 625aebfb3..5ae6f3eb5 100644 --- a/widgets/content/content.class.php +++ b/widgets/content/content.class.php @@ -18,7 +18,7 @@ class content extends WidgetHandler function proc($args) { // Targets to sort - if(!in_array($args->order_target, array('regdate','update_order'))) $args->order_target = 'regdate'; + if(!in_array($args->order_target, array('regdate', 'list_order', 'update_order'))) $args->order_target = 'regdate'; // Sort order if(!in_array($args->order_type, array('asc','desc'))) $args->order_type = 'asc'; // Pages