Form inheritance work for lists, removal of $session{os}{slash}
This commit is contained in:
parent
abe85d439e
commit
99df1f414e
90 changed files with 1364 additions and 1168 deletions
|
|
@ -142,7 +142,7 @@ Returns a hash reference to the languages (languageId/lanugage) installed on thi
|
|||
|
||||
sub getLanguages {
|
||||
my ($hashRef);
|
||||
my $dir = $session{config}{webguiRoot}.$session{os}{slash}."lib".$session{os}{slash}."WebGUI".$session{os}{slash}."i18n";
|
||||
my $dir = $session{config}{webguiRoot}."/lib/WebGUI/i18n";
|
||||
opendir (DIR,$dir) or WebGUI::ErrorHandler::fatal("Can't open I18N directory! ".$dir);
|
||||
my @files = readdir(DIR);
|
||||
closedir(DIR);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue