mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-09 11:44:10 +09:00
문법에 맞지 않는 괄호 삭제
This commit is contained in:
parent
87ef4f1e8e
commit
32d734059d
1 changed files with 1 additions and 1 deletions
|
|
@ -436,7 +436,7 @@ class VariableBase
|
|||
* @param string $value
|
||||
* @return object
|
||||
*/
|
||||
private function _parseSearchKeywords() ($value)
|
||||
private function _parseSearchKeywords($value)
|
||||
{
|
||||
// parse the value (text)
|
||||
$keywords = preg_split('/("[^"]*")|[\s,]+/', trim($value), 10, \PREG_SPLIT_NO_EMPTY | \PREG_SPLIT_DELIM_CAPTURE);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue