From 940df33c44231b09769d5c29329ba0342bfa418d Mon Sep 17 00:00:00 2001 From: Howard Grigg Date: Wed, 6 Apr 2011 11:22:34 +1000 Subject: [PATCH] Updated the installer to reflect the moved Sapphire files --- install.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.php b/install.php index 5715a0b..e501b41 100644 --- a/install.php +++ b/install.php @@ -51,7 +51,7 @@ if($envFileExists) { } include_once('sapphire/core/Object.php'); -include_once('sapphire/core/i18n.php'); +include_once('sapphire/i18n/i18n.php'); include_once('sapphire/dev/install/DatabaseConfigurationHelper.php'); include_once('sapphire/dev/install/DatabaseAdapterRegistry.php');