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

Fix display of images in FAQ's on client portal

Fixes #138
parent be363a2e
Branches
Tags
No related merge requests found
......@@ -60,7 +60,7 @@ class FAQ {
function getKeywords() { return $this->ht['keywords']; }
function getQuestion() { return $this->ht['question']; }
function getAnswer() {
return Format::viewableImages($this->ht['answer']);
return Format::viewableImages($this->ht['answer'], ROOT_PATH.'image.php');
}
function getNotes() { return $this->ht['notes']; }
function getNumAttachments() { return $this->ht['attachments']; }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment