Index: branches/dev/data/class/SC_View.php
===================================================================
--- branches/dev/data/class/SC_View.php	(revision 11542)
+++ branches/dev/data/class/SC_View.php	(revision 11543)
@@ -124,5 +124,5 @@
 	// ¥Ç¥Ð¥Ã¥°
 	function debug($var = true){
-		$this->_smarty->debugging($var);
+		$this->_smarty->debugging = $var;
 	}	
 }
