Index: /branches/dev/html/admin/basis/mail.php
===================================================================
--- /branches/dev/html/admin/basis/mail.php	(revision 13667)
+++ /branches/dev/html/admin/basis/mail.php	(revision 13670)
@@ -34,5 +34,5 @@
 	if ( sfCheckNumLength( $_GET['template_id']) ){
 		$sql = "SELECT * FROM dtb_mailtemplate WHERE template_id = ?";
-		$result = $conn->getAll($sql, array($_POST['template_id']) );
+		$result = $conn->getAll($sql, array($_GET['template_id']) );
         
 		if ( $result ){
