diff options
Diffstat (limited to 'pages/page_exit.eh')
-rw-r--r-- | pages/page_exit.eh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/pages/page_exit.eh b/pages/page_exit.eh index 4edb5ce..5e26a32 100644 --- a/pages/page_exit.eh +++ b/pages/page_exit.eh @@ -5,7 +5,11 @@ <%cpp> spoint.commit(); } catch ( vdrlive::HtmlError const& ex ) { +#ifdef TNTVERS7 + tnt::QueryParams param = qparam; +#else cxxtools::QueryParams param = qparam; +#endif param.add( "pageTitle", pageTitle ); param.add( "errorMessage", ex.what() ); callComp( "error", request, reply, param ); |