mirror of
https://github.com/SuiteCRM/SuiteCRM-Core.git
synced 2025-08-29 21:00:39 +08:00
Fix #537 - Fix blank email detail page
This commit is contained in:
parent
94a880c201
commit
34d9128f87
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@ class RouteConverter
|
|||
public function convert(?string $module, ?string $action, ?string $record, ?array $queryParams): string
|
||||
{
|
||||
if (empty($module)) {
|
||||
throw new InvalidArgumentException('No module defined');
|
||||
return '';
|
||||
}
|
||||
|
||||
$route = $this->buildRoute($module, $action, $record);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue