From 49b11d2ae409e3872cf568499d6400cb148df46d Mon Sep 17 00:00:00 2001 From: sharvey Date: Mon, 3 Nov 2008 00:53:19 +0000 Subject: [PATCH] RequestHandlingData was renamed to RequestHandler - installer updates to fix this git-svn-id: svn://svn.silverstripe.com/silverstripe/open/phpinstaller/trunk@65115 467b73ca-7a2a-4603-9d3b-597d59a354a9 --- install.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.php b/install.php index eb22dfd..1f9cbb7 100644 --- a/install.php +++ b/install.php @@ -705,7 +705,7 @@ PHP require_once('core/control/Director.php'); require_once('core/ViewableData.php'); require_once('core/Session.php'); - require_once('core/control/RequestHandlingData.php'); + require_once('core/control/RequestHandler.php'); require_once('core/control/Controller.php'); require_once('filesystem/Filesystem.php');