Skip to content

Commit

Permalink
Merge pull request #1181 from RotherOSS/issue-#681-OTOBOCommunity
Browse files Browse the repository at this point in the history
Issue #681 otobo community
  • Loading branch information
bschmalhofer authored Aug 16, 2021
2 parents b79b5ac + a11b340 commit 3be1b01
Show file tree
Hide file tree
Showing 3 changed files with 494 additions and 448 deletions.
2 changes: 1 addition & 1 deletion Kernel/System/SysConfig.pm
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ sub new {
my $MainObject = $Kernel::OM->Get('Kernel::System::Main');

FILENAME:
for my $Filename (qw(Framework.pm OTOBOCommunity.pm)) {
for my $Filename (qw(Framework.pm SettingHistory.pm UserSetting.pm)) {
my $BaseFile = $BaseDir . $Filename;

next FILENAME unless -e $BaseFile;
Expand Down
Loading

0 comments on commit 3be1b01

Please sign in to comment.