summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Install
diff options
context:
space:
mode:
Diffstat (limited to 'Bugzilla/Install')
-rw-r--r--Bugzilla/Install/AssetManager.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/Bugzilla/Install/AssetManager.pm b/Bugzilla/Install/AssetManager.pm
index e314e2ccb..073e012cd 100644
--- a/Bugzilla/Install/AssetManager.pm
+++ b/Bugzilla/Install/AssetManager.pm
@@ -179,7 +179,7 @@ sub _build_source_dirs {
my @dirs = grep { -d $_ } map {"$ext_dir/$_/web"} grep { !/^\.\.?$/ } readdir $ext_dir_handle;
closedir $ext_dir_handle;
- return [ "$base/skins", "$base/js", grep { -d $_ } @dirs ];
+ return [ "$base/images", "$base/skins", "$base/js", grep { -d $_ } @dirs ];
}
sub _build_state_file {