From 87ef4f1e8eca7e8ae719ef6f04bf76b90252c117 Mon Sep 17 00:00:00 2001 From: Min-Soo Kim Date: Tue, 22 Dec 2020 16:52:28 +0900 Subject: [PATCH] =?UTF-8?q?=EB=AC=B8=EC=9E=A5=20=EB=81=9D=20=EC=84=B8?= =?UTF-8?q?=EB=AF=B8=EC=BD=9C=EB=A1=A0=20=EB=B9=A0=EC=A7=84=20=EA=B2=83=20?= =?UTF-8?q?=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- common/framework/parsers/dbquery/variablebase.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/framework/parsers/dbquery/variablebase.php b/common/framework/parsers/dbquery/variablebase.php index 76e18e2ef..7c8bb6a7d 100644 --- a/common/framework/parsers/dbquery/variablebase.php +++ b/common/framework/parsers/dbquery/variablebase.php @@ -237,7 +237,7 @@ class VariableBase } break; case 'search': - $parsed_keywords = $this->_parseSearchKeywords($value) + $parsed_keywords = $this->_parseSearchKeywords($value); $where = $parsed_keywords->where; $params = $parsed_keywords->params; break;