Ticket #3766

getConfValueForOuputが見つかりませんエラーになる
Open Date: 2004-01-16 19:15 Last Update: 2004-01-23 17:57

Reporter:
Owner:
(None)
Type:
Status:
Closed
Component:
(None)
MileStone:
(None)
Priority:
5 - Medium
Severity:
5 - Medium
Resolution:
Fixed
File:
None

Details

モジュールid を指定して、xoopsModuleConfigを取得する
function &getConfigList にて getConfValueForOuput
が見つかりませんエラーになる

原因
/kernel/config.php の function &getConfigList にて、タ
イプミス。line 297
getConfValueForOutput が getConfValueForOuput となって
いるため、エラーとなる。
-----------
どのバージョンからかは、未確認です
( ~ 現在 2004/1/16 CVS も誤記) 
-----------

/kernel/config.php line 297

$ret[$configs[$i]->getVar('conf_name')] = $configs[$i]-
>getConfValueForOuput();



$ret[$configs[$i]->getVar('conf_name')] = $configs[$i]-
>getConfValueForOutput();

Ticket History (1/1 Histories)

2004-01-23 17:57 Updated by: onokazu
  • Ticket Close date is changed to 2004-01-23 17:57
  • Resolution Update from None to Fixed
  • Status Update from Open to Closed
Comment
Logged In: YES
user_id=754

まだまだありましたね、どうもありがとうございます。

Attachment File List

No attachments

Edit

You are not logged in. I you are not logged in, your comment will be treated as an anonymous post. » Login