Menu

#4 <sf.jp> モジュール名をラクダ式にしたときの不具合

cubson 1.0.x
open
nobody
None
5
2007-10-17
2007-10-17
No

登録日:2007-03-30 14:48
登録者:Ryuji AMANO (ryuji_amano)

サマリ:
モジュール名をラクダ式にしたときの不具合
rPublicFilesというモジュール名で生成したときに、
class/Module.class.phpのstartupが

XCube_DelegateUtils::call('Module.rpublicfiles.Event.GetAssetManager',
new XCube_Ref($this->mAssetManager));
と、全部小文字でcallしている

しかし、AssetPreload.class.phpでは、

$delegate->register('Module.rPublicFiles.Event.GetAssetManager');

と、本来のモジュール名で登録している。

Discussion


Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.