mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-08 03:01:43 +09:00
개별 게시글 댓글알림 차단하고 일부 코드 수정
This commit is contained in:
parent
42271b2e3b
commit
ad76cc030f
3 changed files with 27 additions and 7 deletions
|
|
@ -131,7 +131,7 @@ class ncenterliteView extends ncenterlite
|
|||
}
|
||||
|
||||
|
||||
if((!$target_srl || !$individual_type) && !$output->data)
|
||||
if((!$target_srl || !$individual_type) && !$output)
|
||||
{
|
||||
throw new Rhymix\Framework\Exceptions\InvalidRequest;
|
||||
}
|
||||
|
|
@ -174,7 +174,7 @@ class ncenterliteView extends ncenterlite
|
|||
}
|
||||
}
|
||||
|
||||
Context::set('individualData', $output->data);
|
||||
Context::set('individualData', $output);
|
||||
Context::set('text', $text);
|
||||
Context::set('type', $type);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue