diff --git a/include/class.faq.php b/include/class.faq.php
index 70a7e2540dd91335c91e470c163abf430d0b63f1..159a423bbfd8c1ac7293e4d491625d2eaa63b595 100644
--- a/include/class.faq.php
+++ b/include/class.faq.php
@@ -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']; }