Index: /temp/trunk/html/install/index.php
===================================================================
--- /temp/trunk/html/install/index.php	(revision 6938)
+++ /temp/trunk/html/install/index.php	(revision 6940)
@@ -233,5 +233,5 @@
 		
 		foreach($_POST as $key => $val){
-			if (!ereg("^tpl_*", $key)){
+			if (ereg("^tpl_*", $key)){
 				sfprintr($key);
 			}
