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
07f94a61
Commit
07f94a61
authored
Nov 22, 2001
by
gerv%gerv.net
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bug 104261 - incorrect template paths. r=myk, ddk.
parent
5d6054f4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
4 deletions
+4
-4
Attachment.pm
Attachment.pm
+1
-1
Attachment.pm
Bugzilla/Attachment.pm
+1
-1
attachment.cgi
attachment.cgi
+1
-1
editattachstatuses.cgi
editattachstatuses.cgi
+1
-1
No files found.
Attachment.pm
View file @
07f94a61
...
...
@@ -42,7 +42,7 @@ use Template;
my
$template
=
Template
->
new
(
{
# Colon-separated list of directories containing templates.
INCLUDE_PATH
=>
'template/default'
,
INCLUDE_PATH
=>
'template/
custom:template/
default'
,
# Allow templates to be specified with relative paths.
RELATIVE
=>
1
}
...
...
Bugzilla/Attachment.pm
View file @
07f94a61
...
...
@@ -42,7 +42,7 @@ use Template;
my
$template
=
Template
->
new
(
{
# Colon-separated list of directories containing templates.
INCLUDE_PATH
=>
'template/default'
,
INCLUDE_PATH
=>
'template/
custom:template/
default'
,
# Allow templates to be specified with relative paths.
RELATIVE
=>
1
}
...
...
attachment.cgi
View file @
07f94a61
...
...
@@ -45,7 +45,7 @@ use Template;
my
$template
=
Template
->
new
(
{
# Colon-separated list of directories containing templates.
INCLUDE_PATH
=>
"template/default"
,
INCLUDE_PATH
=>
"template/
custom:template/
default"
,
# Allow templates to be specified with relative paths.
RELATIVE
=>
1
}
...
...
editattachstatuses.cgi
View file @
07f94a61
...
...
@@ -45,7 +45,7 @@ use Template;
my
$template
=
Template
->
new
(
{
# Colon-separated list of directories containing templates.
INCLUDE_PATH
=>
"template/default"
,
INCLUDE_PATH
=>
"template/
custom:template/
default"
,
# Allow templates to be specified with relative paths.
RELATIVE
=>
1
}
...
...
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