diff options
author | lpsolit%gmail.com <> | 2009-02-02 19:39:14 +0100 |
---|---|---|
committer | lpsolit%gmail.com <> | 2009-02-02 19:39:14 +0100 |
commit | 95c875a4f1b3c7f5dc7de573551f24e72718506b (patch) | |
tree | f88e16d8a7870d029a37b961f14f26326e2336fd | |
parent | ecd9480e65f4f57575b5c9414f70eed36590771c (diff) | |
download | bugzilla-95c875a4f1b3c7f5dc7de573551f24e72718506b.tar.gz bugzilla-95c875a4f1b3c7f5dc7de573551f24e72718506b.tar.xz |
I almost forgot the fix on checkin for bug 26257
-rw-r--r-- | Bugzilla/Install/Localconfig.pm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Bugzilla/Install/Localconfig.pm b/Bugzilla/Install/Localconfig.pm index 654b44b9f..e22a47afa 100644 --- a/Bugzilla/Install/Localconfig.pm +++ b/Bugzilla/Install/Localconfig.pm @@ -195,7 +195,6 @@ EOT # such as bug changes. A random string is generated by default. # It's very important that this key is kept secret. It also must be # very long. - EOT }, ); |