Add option to save changelog for files

This commit is contained in:
Kijin Sung 2019-09-13 23:57:21 +09:00
parent ee7f11b0f1
commit 2cd2d0528b
8 changed files with 76 additions and 0 deletions

View file

@ -207,6 +207,7 @@ class fileModel extends file
$config->allow_outlink = $file_config->allow_outlink;
$config->allow_outlink_site = $file_config->allow_outlink_site;
$config->allow_outlink_format = $file_config->allow_outlink_format;
$config->save_changelog = $file_config->save_changelog;
}
// Property for all files comes first than each property