From af7cb2d991a4689f47308b0ce3a59fc4730a0db4 Mon Sep 17 00:00:00 2001 From: randomdan Date: Tue, 19 Jul 2011 17:04:41 +0000 Subject: Add missing change to external resolveScript --- project2/cgi/cgiStageRequest.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project2/cgi/cgiStageRequest.cpp b/project2/cgi/cgiStageRequest.cpp index a050146..e649551 100644 --- a/project2/cgi/cgiStageRequest.cpp +++ b/project2/cgi/cgiStageRequest.cpp @@ -21,7 +21,7 @@ CgiApplicationEngine::RequestStage::run() { runChecks(); executeTasks(); - return NextStage(present.empty() ? NULL : new PresentStage(e, present), this); + return NextStage(present.empty() ? NULL : new PresentStage(e, e->resolveScript(e->presentRoot, present)), this); } const std::string contentType = "text/plain"; -- cgit v1.2.3