Skip to content

Commit

Permalink
Fixes to installer with changes to language management
Browse files Browse the repository at this point in the history
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
  • Loading branch information
Joshua Ferraro committed Jan 5, 2008
1 parent 678b52a commit db14eac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion installer/install.pl
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
use InstallAuth;
use C4::Context;
use C4::Output;
use C4::Languages;
use C4::Languages qw(getAllLanguages getTranslatedLanguages);

use strict; # please develop with the strict pragma

Expand Down

0 comments on commit db14eac

Please sign in to comment.