Skip to content
Snippets Groups Projects
Commit 39021b02 authored by Jared Hancock's avatar Jared Hancock
Browse files

Display external images and original links on thanks

Previously, external images were mucked up and links were routed through
l.php, which requires a client sign in. If a client were not signed in when
creating a ticket. The links would not work correctly.
parent 3eac4a8c
No related branches found
No related tags found
No related merge requests found
......@@ -69,8 +69,8 @@ if($ticket
(($topic = $ticket->getTopic()) && ($page = $topic->getPage()))
|| ($page = $cfg->getThankYouPage())
)) {
//Thank the user and promise speedy resolution!
echo Format::display($ticket->replaceVars($page->getBody()));
// Thank the user and promise speedy resolution!
echo Format::viewableImages($ticket->replaceVars($page->getBody()));
}
else {
require(CLIENTINC_DIR.'open.inc.php');
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment