mirror of
https://github.com/znc/znc.git
synced 2026-08-06 08:52:57 +02:00
Modules can now provide its wiki page name.
It's shown on webadmin as a link.
This commit is contained in:
+1
-2
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user