Modified:
trunk/setup/installer.php
trunk/setup/upgrader.php
Log:
This class is needed for Context
Modified: trunk/setup/installer.php
==============================================================================
--- trunk/setup/installer.php (original)
+++ trunk/setup/installer.php Sat Oct 20 15:31:41 2007
@@ -15,6 +15,7 @@
// INCLUDE NECESSARY CLASSES & FUNCTIONS
$Configuration['SELF_URL'] = 'installer.php';
+include '../library/Framework/StringManipulator.php';
include '../library/Framework/Context.php';
include '../library/Framework/Functions.php';
include '../library/Framework/Select.php';
Modified: trunk/setup/upgrader.php
==============================================================================
--- trunk/setup/upgrader.php (original)
+++ trunk/setup/upgrader.php Sat Oct 20 15:31:41 2007
@@ -15,6 +15,7 @@
// INCLUDE NECESSARY CLASSES & FUNCTIONS
$Configuration['SELF_URL'] = 'upgrader.php';
+include '../library/Framework/StringManipulator.php';
include '../library/Framework/Context.php';
include '../library/Framework/Functions.php';
include '../library/Framework/Select.php';