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
|
|
@ -238,7 +238,7 @@ sub getToolbarOptions {
|
|||
my %options;
|
||||
tie %options, 'Tie::IxHash';
|
||||
$options{useLanguageDefault} = WebGUI::International::get(1084);
|
||||
my $dir = $session{config}{extrasPath}.$session{os}{slash}."toolbar";
|
||||
my $dir = $session{config}{extrasPath}."/toolbar";
|
||||
opendir (DIR,$dir) or WebGUI::ErrorHandler::warn("Can't open toolbar directory!");
|
||||
my @files = readdir(DIR);
|
||||
foreach my $file (@files) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue