Browse Source

Fix the install the text class.

Mark Crane 10 years ago
parent
commit
9b3f56eac6
1 changed files with 4 additions and 1 deletions
  1. 4 1
      resources/install.php

+ 4 - 1
resources/install.php

@@ -26,6 +26,9 @@
 include "root.php";
 include "root.php";
 require_once "resources/functions.php";
 require_once "resources/functions.php";
 
 
+//include required classes
+	require_once "resources/classes/text.php";
+
 //set debug to true or false
 //set debug to true or false
 	$v_debug = true;
 	$v_debug = true;
 
 
@@ -724,7 +727,7 @@ if ($_POST["install_step"] == "3" && count($_POST) > 0 && strlen($_POST["persist
 							}
 							}
 						}
 						}
 
 
-					//set account to unlimitted use
+					//set account to unlimited use
 						try {
 						try {
 							if ($db_host == "localhost" || $db_host == "127.0.0.1") {
 							if ($db_host == "localhost" || $db_host == "127.0.0.1") {
 								$tmp_sql = "GRANT USAGE ON * . * TO '".$db_username."'@'localhost' ";
 								$tmp_sql = "GRANT USAGE ON * . * TO '".$db_username."'@'localhost' ";