mirror of
https://github.com/Karaka-Management/oms-Help.git
synced 2026-01-30 13:18: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>
|
<td>
|
||||||
<tbody>
|
<tbody>
|
||||||
<?php $count = 0; foreach ($modules as $key => $module) :
|
<?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;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user