Modules can now provide its wiki page name.

It's shown on webadmin as a link.
This commit is contained in:
Alexey Sokolov
2011-06-11 17:46:37 +07:00
parent e6e3331457
commit 0c840f922d
5 changed files with 8 additions and 4 deletions
+1 -2
View File
@@ -963,8 +963,7 @@ bool CModules::GetModPathInfo(CModInfo& ModInfo, const CString& sModule, const C
return false;
if (Info) {
ModInfo.SetGlobal(Info->IsGlobal());
ModInfo.SetDescription(Info->GetDescription());
ModInfo = *Info;
}
ModInfo.SetName(sModule);
ModInfo.SetPath(sModPath);