mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 17:21:39 +09:00
parent
9694e5da14
commit
cb3bf4aace
1 changed files with 5 additions and 2 deletions
|
|
@ -487,8 +487,11 @@ class boardView extends board
|
|||
$args->page_count = $this->page_count;
|
||||
|
||||
// get the search target and keyword
|
||||
$args->search_target = Context::get('search_target');
|
||||
$args->search_keyword = Context::get('search_keyword');
|
||||
if ($this->grant->view)
|
||||
{
|
||||
$args->search_target = Context::get('search_target');
|
||||
$args->search_keyword = Context::get('search_keyword');
|
||||
}
|
||||
|
||||
if(!$search_option = Context::get('search_option'))
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue