Merge pull request #577 from smaker/develop.php54

첨부 파일 설정 저장 시 Warning 에러 수정
This commit is contained in:
akasima 2014-03-16 18:58:32 +09:00
commit b4d4e8f2ed

View file

@ -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');