Index: temp/trunk/data/class/SC_View.php
===================================================================
--- temp/trunk/data/class/SC_View.php	(revision 3535)
+++ temp/trunk/data/class/SC_View.php	(revision 3549)
@@ -71,8 +71,10 @@
     // ¥Æ¥ó¥×¥ì¡¼¥È¤Î½èÍý·ë²Ì¤òÉ½¼¨
     function display($template, $no_error = false) {
-		global $GLOBAL_ERR;
-		if(!defined('OUTPUT_ERR')) {
-			print($GLOBAL_ERR);
-			define('OUTPUT_ERR','ON');
+		if(!$no_error) {
+			global $GLOBAL_ERR;
+			if(!defined('OUTPUT_ERR')) {
+				print($GLOBAL_ERR);
+				define('OUTPUT_ERR','ON');
+			}
 		}
 		$this->_smarty->display($template);
