summaryrefslogtreecommitdiffstats
path: root/Bugzilla.pm
diff options
context:
space:
mode:
authorDylan William Hardison <dylan@hardison.net>2016-04-13 21:55:50 +0200
committerDylan William Hardison <dylan@hardison.net>2016-04-13 21:55:50 +0200
commit49293a63bad7c62eacd8c3465dd16fdd5069338a (patch)
treea21e1b52a882f1c6108dcb54142cc10ce3b8c39a /Bugzilla.pm
parent197afbecb29bbc96f88c4868541a19172d86e485 (diff)
downloadbugzilla-49293a63bad7c62eacd8c3465dd16fdd5069338a.tar.gz
bugzilla-49293a63bad7c62eacd8c3465dd16fdd5069338a.tar.xz
Revert "Bug 1195736 - intermittent internal error: "file error - nav_link: not found" (also manifests as fields_lhs: not found)"
Test failures result from this, we will need a different approach. This reverts commit 33f61556746e1729746342d802ca7ea9cea18caf.
Diffstat (limited to 'Bugzilla.pm')
-rw-r--r--Bugzilla.pm3
1 files changed, 0 insertions, 3 deletions
diff --git a/Bugzilla.pm b/Bugzilla.pm
index cba448112..021783a75 100644
--- a/Bugzilla.pm
+++ b/Bugzilla.pm
@@ -518,9 +518,6 @@ sub error_mode {
if (defined $newval) {
$class->request_cache->{error_mode} = $newval;
}
- if ($class->template->in_process) {
- return ERROR_MODE_DIE;
- }
return $class->request_cache->{error_mode}
|| (i_am_cgi() ? ERROR_MODE_WEBPAGE : ERROR_MODE_DIE);
}