summaryrefslogtreecommitdiffstats
path: root/createaccount.cgi
diff options
context:
space:
mode:
authorlpsolit%gmail.com <>2007-11-12 05:03:16 +0100
committerlpsolit%gmail.com <>2007-11-12 05:03:16 +0100
commitd5adbc109d44481c9c4b7ba6429cbbc35487486e (patch)
tree48ba9a583661541867efc1d736fab8bede2c8994 /createaccount.cgi
parent50cdda2d571514abf2e8781cb376da199cdb1816 (diff)
downloadbugzilla-d5adbc109d44481c9c4b7ba6429cbbc35487486e.tar.gz
bugzilla-d5adbc109d44481c9c4b7ba6429cbbc35487486e.tar.xz
Part 4 of bug 182083: add Help for non-admin pages - Patch by me, r=Colin
Diffstat (limited to 'createaccount.cgi')
-rwxr-xr-xcreateaccount.cgi2
1 files changed, 2 insertions, 0 deletions
diff --git a/createaccount.cgi b/createaccount.cgi
index c10c9b378..c2941bc4c 100755
--- a/createaccount.cgi
+++ b/createaccount.cgi
@@ -45,6 +45,8 @@ my $cgi = Bugzilla->cgi;
my $template = Bugzilla->template;
my $vars = {};
+$vars->{'doc_section'} = 'myaccount.html';
+
print $cgi->header();
# If we're using LDAP for login, then we can't create a new account here.