[xoops-cvslog 4312] CVS update: xoops2jp/html/kernel

アーカイブの一覧に戻る

NobuNobu nobun****@users*****
2006年 8月 22日 (火) 11:30:27 JST


Index: xoops2jp/html/kernel/block.php
diff -u xoops2jp/html/kernel/block.php:1.2.8.9 xoops2jp/html/kernel/block.php:1.2.8.10
--- xoops2jp/html/kernel/block.php:1.2.8.9	Thu Jul 20 17:18:31 2006
+++ xoops2jp/html/kernel/block.php	Tue Aug 22 11:30:26 2006
@@ -1,5 +1,5 @@
 <?php
-// $Id: block.php,v 1.2.8.9 2006/07/20 08:18:31 minahito Exp $
+// $Id: block.php,v 1.2.8.10 2006/08/22 02:30:26 nobunobu Exp $
 //  ------------------------------------------------------------------------ //
 //                XOOPS - PHP Content Management System                      //
 //                    Copyright (c) 2000 XOOPS.org                           //
@@ -171,7 +171,7 @@
             // must get lang files b4 execution of the function
             if ( file_exists(XOOPS_ROOT_PATH.'/modules/'.$this->getVar('dirname').'/blocks/'.$this->getVar('func_file')) ) {
                 $root=&XCube_Root::getSingleton();
-                $root->mLanguageManager->loadBlockLanguage($this->getVar('dirname'));
+                $root->mLanguageManager->loadBlockMessageCatalog($this->getVar('dirname'));
 
                 require_once XOOPS_ROOT_PATH.'/modules/'.$this->getVar('dirname').'/blocks/'.$this->getVar('func_file');
                 $options = explode('|', $this->getVar('options'));


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