NEW - bug 210: Babel or Babel-like Community Internationalization
https://foundation.eclipse.org/infrazilla/show_bug.cgi?id=210
diff --git a/html/callback/getFilesForProject.php b/html/callback/getFilesForProject.php
index c020f79..d599f12 100644
--- a/html/callback/getFilesForProject.php
+++ b/html/callback/getFilesForProject.php
@@ -28,6 +28,8 @@
 		  	project_versions.project_id = '".addslashes($_SESSION['project'])."'
 		  and
 		  	files.version = '".addslashes($_SESSION['version'])."'
+		  order by
+		  	files.name
 		  	";
 
 //print $query."\n";