mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-11 23:01:41 +09:00
Update document.model.php
띄어쓰기 수정
This commit is contained in:
parent
76fc3c4a0a
commit
6a3d5193b9
1 changed files with 1 additions and 1 deletions
|
|
@ -1418,7 +1418,7 @@ class documentModel extends document
|
|||
$query_id = 'document.getDocumentListWithinTag';
|
||||
break;
|
||||
case 'extra_vars':
|
||||
$args->var_value =str_replace(' ','%',$search_keyword);
|
||||
$args->var_value = str_replace(' ', '%', $search_keyword);
|
||||
$query_id = 'document.getDocumentListWithinExtraVars';
|
||||
break;
|
||||
default :
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue