mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-18 09:52:17 +09:00
Fix #248 missing index.html in manual link
This commit is contained in:
parent
94cd5570b0
commit
eb84b57658
36 changed files with 58 additions and 58 deletions
|
|
@ -302,7 +302,7 @@ class adminAdminView extends admin
|
|||
{
|
||||
foreach($needUpdateList AS $key => $value)
|
||||
{
|
||||
$helpUrl = './common/manual/admin/#';
|
||||
$helpUrl = './common/manual/admin/index.html#';
|
||||
switch($value->type)
|
||||
{
|
||||
case 'addon':
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue