mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-14 00:39:57 +09:00
첨부 파일 설정 저장 시 Warning 에러 수정
This commit is contained in:
parent
7ddc15ccb8
commit
9bfa6a5a6e
1 changed files with 1 additions and 0 deletions
|
|
@ -122,6 +122,7 @@ class fileAdminController extends file
|
||||||
|
|
||||||
$download_grant = Context::get('download_grant');
|
$download_grant = Context::get('download_grant');
|
||||||
|
|
||||||
|
$file_config = new stdClass;
|
||||||
$file_config->allow_outlink = Context::get('allow_outlink');
|
$file_config->allow_outlink = Context::get('allow_outlink');
|
||||||
$file_config->allow_outlink_format = Context::get('allow_outlink_format');
|
$file_config->allow_outlink_format = Context::get('allow_outlink_format');
|
||||||
$file_config->allow_outlink_site = Context::get('allow_outlink_site');
|
$file_config->allow_outlink_site = Context::get('allow_outlink_site');
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue