diff options
author | Dylan William Hardison <dylan@hardison.net> | 2016-06-30 19:47:15 +0200 |
---|---|---|
committer | Dylan William Hardison <dylan@hardison.net> | 2016-06-30 22:49:31 +0200 |
commit | 5392ff48657e41f45799ae019a4695b3aa24258a (patch) | |
tree | ad0658f0bb3811afe44d5f89734eeb1d36853791 /template/en/default/admin/params/auth.html.tmpl | |
parent | 4a1c756ef3d7d06962b6c39a4ea78c1ca9a0c407 (diff) | |
download | bugzilla-5392ff48657e41f45799ae019a4695b3aa24258a.tar.gz bugzilla-5392ff48657e41f45799ae019a4695b3aa24258a.tar.xz |
Bug 1283612 - Add Bugzilla::Extension module loader last
Currently, anything that is loaded after the bugzilla extensions
are loaded has to search through each callback inserted into @INC
by Bugzilla::Extension. If you have a lot of extensions this is slow.
It is harmless to search for Bugzilla::Extension::* modules last, so
we replace the unshift with a push.
Diffstat (limited to 'template/en/default/admin/params/auth.html.tmpl')
0 files changed, 0 insertions, 0 deletions