Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
bugzilla
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
etersoft
bugzilla
Commits
f192744d
Commit
f192744d
authored
Aug 22, 2007
by
wurblzap%gmail.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bug 393148 â Template include path used by Bugzilla/Template.pm ordered wrongly.
Patch by Marc Schumann <wurblzap@gmail.com>; r=mkanat; a=mkanat
parent
3116b097
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
Template.pm
Bugzilla/Template.pm
+2
-1
No files found.
Bugzilla/Template.pm
View file @
f192744d
...
...
@@ -85,10 +85,11 @@ sub _load_constants {
# Templates may also be found in the extensions/ tree
sub
getTemplateIncludePath
{
my
$cache
=
Bugzilla
->
request_cache
;
my
$lang
=
$cache
->
{
'language'
}
||
""
;
my
$lang
=
$cache
->
{
'language'
}
||
undef
;
$cache
->
{
"template_include_path_$lang"
}
||=
template_include_path
({
use_languages
=>
Bugzilla
->
languages
,
only_language
=>
$lang
});
$lang
||=
''
;
return
$cache
->
{
"template_include_path_$lang"
};
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment