mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-13 07:24:13 +01:00
N°4714 Fix setup crashing with "Call to undefined method utils::GetItopVersionWikiSyntax()"
Missed this in the merge (d437e2d6) cause there were lots of datamodels/2.x/*/module.*.php changes to discard :(
This commit is contained in:
@@ -33,7 +33,7 @@ SetupWebPage::AddModule(
|
||||
|
||||
// Documentation
|
||||
//
|
||||
'doc.manual_setup' => 'https://www.itophub.io/wiki/page?id='.utils::GetItopVersionWikiSyntax().':admin:cron',
|
||||
'doc.manual_setup' => 'https://www.itophub.io/wiki/page?id='.utils::GetCoreVersionWikiSyntax().':admin:cron',
|
||||
'doc.more_information' => '',
|
||||
|
||||
// Default settings
|
||||
|
||||
Reference in New Issue
Block a user