Another bug

svn: r11389
This commit is contained in:
Jay McCarthy 2008-08-22 15:38:31 +00:00
parent 6b22d93383
commit 896757cf1f
2 changed files with 2 additions and 2 deletions

View File

@ -101,7 +101,7 @@ scheme
@code:comment{Load the standard configuration file, but augment the port.}
(define configuration
(configuration-table-sexpr->web-config@
(configuration-table->web-config@
(build-path (collection-path "web-server")
"default-web-root"
"configuration-table.ss")

View File

@ -1231,7 +1231,7 @@ scheme
@code:comment{Load the standard configuration file, but augment the port.}
(define configuration
(configuration-table-sexpr->web-config@
(configuration-table->web-config@
(build-path (collection-path "web-server")
"default-web-root"
"configuration-table.ss")