mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-28 23:03:25 +09:00
Add option to save changelog for files
This commit is contained in:
parent
ee7f11b0f1
commit
2cd2d0528b
8 changed files with 76 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue