mirror of
https://github.com/Karaka-Management/oms-Help.git
synced 2026-01-11 21:08:41 +00:00
Fix path check
This commit is contained in:
parent
1823076513
commit
db3e2e074e
|
|
@ -31,7 +31,7 @@ $modules = $this->app->moduleManager->getInstalledModules();
|
|||
<td>
|
||||
<tbody>
|
||||
<?php $count = 0; foreach ($modules as $key => $module) :
|
||||
if ((\realpath(__DIR__ . '/../../../' . $module['directory'] . '/Docs/Help/en/table_of_contents.md')) === false) {
|
||||
if ((\realpath(__DIR__ . '/../../../' . $module['directory'] . '/Docs/Help/en/SUMMARY.md')) === false) {
|
||||
continue;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user