mirror of
https://github.com/OPSnet/Gazelle.git
synced 2026-01-16 18:04:34 -05:00
Fix link to case from error page
This commit is contained in:
@@ -16,7 +16,7 @@ class ErrorLog extends BasePgObject {
|
||||
}
|
||||
|
||||
public function location(): string {
|
||||
return "tools.php?action=analysis&case={$this->id}";
|
||||
return "tools.php?action=analysis&case={$this->id}";
|
||||
}
|
||||
|
||||
public function info(): array {
|
||||
|
||||
Reference in New Issue
Block a user