about summary refs log tree commit diff
path: root/ennum.el
diff options
context:
space:
mode:
Diffstat (limited to 'ennum.el')
-rw-r--r--ennum.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/ennum.el b/ennum.el
index 5d44551..b64d8bf 100644
--- a/ennum.el
+++ b/ennum.el
@@ -917,7 +917,7 @@ as keys. Keys are compared using `equal'."
                                      (ennum-setting :working-directory)))
   (defun httpd/ (proc uri-path _query request)
     (let* ((uri-path (httpd-unhex uri-path))
-           (file-path (httpd-gen-path uri-path)))
+           (file-path (httpd-gen-path uri-path httpd-root)))
       (cond
        ;; If a HTML file other than index.html was requested, reject
        ;; that request.