*** empty log message ***
diff --git a/testweb/index.php b/testweb/index.php
index 5c24ff7..2c08e59 100755
--- a/testweb/index.php
+++ b/testweb/index.php
@@ -21,7 +21,7 @@
 

 function load_project_info() {

 	$result = "<ul>\n\t";

-	foreach ($array as $i => $project) {

+	foreach ($rtProjects as $i => $project) {

 		$projectInfo = new ProjectInfoData($project);

 		$projectName = $projectInfo->__get("projectname");

 		if(!$projectName)