mirror of
https://github.com/SuiteCRM/SuiteCRM-Core.git
synced 2025-08-29 01:10:42 +08:00
Fix #638 - Exception viewing Symfony Profiler
This commit is contained in:
parent
a11018c268
commit
084f3098ab
1 changed files with 4 additions and 0 deletions
|
@ -84,6 +84,10 @@ class LegacyNonViewActionRedirectHandler extends LegacyRedirectHandler
|
|||
return true;
|
||||
}
|
||||
|
||||
if ($request->getPathInfo() === '/_fragment') {
|
||||
return false;
|
||||
}
|
||||
|
||||
$isRegistered = true;
|
||||
try {
|
||||
$this->router->matchRequest($request);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue