mirror of
https://github.com/Karaka-Management/oms-Help.git
synced 2026-01-11 12:58:41 +00:00
Fix Path bugs after move
This commit is contained in:
parent
4a36b725b9
commit
d53d0b31fd
|
|
@ -233,6 +233,6 @@ class BackendController extends Controller
|
|||
$path = \realpath(__DIR__ . '/../../../Developer-Guide/README.md');
|
||||
}
|
||||
|
||||
return $path;
|
||||
return $path === false ? '' : $path;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user