mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-13 23:42:13 +09:00
Merge pull request #577 from smaker/develop.php54
첨부 파일 설정 저장 시 Warning 에러 수정
This commit is contained in:
commit
b4d4e8f2ed
1 changed files with 1 additions and 0 deletions
|
|
@ -122,6 +122,7 @@ class fileAdminController extends file
|
|||
|
||||
$download_grant = Context::get('download_grant');
|
||||
|
||||
$file_config = new stdClass;
|
||||
$file_config->allow_outlink = Context::get('allow_outlink');
|
||||
$file_config->allow_outlink_format = Context::get('allow_outlink_format');
|
||||
$file_config->allow_outlink_site = Context::get('allow_outlink_site');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue