From 4ca57ae95a892e27e8fdbdbc707e9b2feb0f0227 Mon Sep 17 00:00:00 2001 From: conory Date: Fri, 6 Apr 2018 21:38:22 +0900 Subject: [PATCH] =?UTF-8?q?page,=20*=5Fsrl=20=ED=8C=8C=EB=9D=BC=EB=AF=B8?= =?UTF-8?q?=ED=84=B0=EC=9D=98=20=EA=B0=92=EC=9D=84=20=EC=96=91=EC=9D=98=20?= =?UTF-8?q?=EC=A0=95=EC=88=98=EB=A1=9C=20=EA=B3=A0=EC=A0=95=20=EC=9D=B5?= =?UTF-8?q?=EB=AA=85=EA=B8=80=EC=9D=84=20=EC=93=B4=20=ED=9A=8C=EC=9B=90?= =?UTF-8?q?=EC=9D=84=20=EC=B0=BE=EC=9D=84=20=EC=88=98=20=EC=9E=88=EB=8B=A4?= =?UTF-8?q?=EB=8D=98=EC=A7=80=20=ED=95=98=EB=8A=94=20=EC=9D=98=EB=8F=84?= =?UTF-8?q?=ED=95=98=EC=A7=80=20=EC=95=8A=EC=9D=80=20=EB=AC=B8=EC=A0=9C=20?= =?UTF-8?q?=EB=B0=A9=EC=A7=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- classes/context/Context.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/classes/context/Context.class.php b/classes/context/Context.class.php index 4e4bc775a..ffa28514d 100644 --- a/classes/context/Context.class.php +++ b/classes/context/Context.class.php @@ -1407,7 +1407,7 @@ class Context { if(preg_match('/[^0-9,]/', $_val)) { - $_val = (int)$_val; + $_val = abs((int)$_val); } } elseif(in_array($key, array('mid', 'search_keyword', 'xe_validator_id')))