[xoops-cvslog 6024] CVS update: xoops2jp/html/modules/legacy/class

アーカイブの一覧に戻る

NobuNobu nobun****@users*****
2006年 12月 8日 (金) 23:50:42 JST


Index: xoops2jp/html/modules/legacy/class/Legacy_Utils.class.php
diff -u xoops2jp/html/modules/legacy/class/Legacy_Utils.class.php:1.1.2.6 xoops2jp/html/modules/legacy/class/Legacy_Utils.class.php:1.1.2.7
--- xoops2jp/html/modules/legacy/class/Legacy_Utils.class.php:1.1.2.6	Fri Nov 10 15:53:30 2006
+++ xoops2jp/html/modules/legacy/class/Legacy_Utils.class.php	Fri Dec  8 23:50:42 2006
@@ -3,7 +3,7 @@
  * @file
  * @brief Defines the utility function class of Legacy.
  * @package Legacy
- * @version $Id: Legacy_Utils.class.php,v 1.1.2.6 2006/11/10 06:53:30 minahito Exp $
+ * @version $Id: Legacy_Utils.class.php,v 1.1.2.7 2006/12/08 14:50:42 nobunobu Exp $
  */
 
 /**
@@ -122,7 +122,7 @@
 				
 				if (!class_exists($className)) {
 					$retBlock =& new Legacy_BlockProcedureAdapter($block);
-					continue $retBlock;
+					return $retBlock;
 				}
 			}
 				


xoops-cvslog メーリングリストの案内
アーカイブの一覧に戻る