diff options
Diffstat (limited to 'template')
-rw-r--r-- | template/en/default/global/code-error.html.tmpl | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/template/en/default/global/code-error.html.tmpl b/template/en/default/global/code-error.html.tmpl index 91044064d..ad8c97e42 100644 --- a/template/en/default/global/code-error.html.tmpl +++ b/template/en/default/global/code-error.html.tmpl @@ -406,9 +406,6 @@ [% title = "Attachment Must Be Patch" %] Attachment #[% attach_id FILTER html %] must be a patch. - [% ELSIF error == "nested_transaction" %] - Attempted to start a new transaction without finishing previous one first. - [% ELSIF error == "not_in_transaction" %] Attempted to end transaction without starting one first. |