Skip to content

Commit

Permalink
Don't check bogus theme data types.
Browse files Browse the repository at this point in the history
  • Loading branch information
jamiemccarthy committed Dec 12, 2003
1 parent 033b160 commit 4001f47
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bin/symlink-tool
Expand Up @@ -83,6 +83,7 @@ for my $key (@theme_htdocs_keys) {
for my $key (qw( tasks misc )) {
my $src_key = $key;
$src_key =~ s/s$//; # theme "task" becomes theme_subdir_files "tasks"
next unless $theme_hr->{$src_key};
@{$theme_subdir_files{$key}} =
ref($theme_hr->{$src_key}) && ref($theme_hr->{$src_key}) eq 'ARRAY'
? @{$theme_hr->{$src_key}}
Expand Down

0 comments on commit 4001f47

Please sign in to comment.