mirror of
https://github.com/grocy/grocy.git
synced 2025-08-23 13:23:34 +00:00
Removed pre-release special version handling
This commit is contained in:
@@ -75,7 +75,7 @@ class ExceptionController extends BaseApiController
|
||||
|
||||
return $this->renderPage($response->withStatus(500), 'errors/500', [
|
||||
'exception' => $exception,
|
||||
'system_info' => $this->getApplicationService()->GetSystemInfo()
|
||||
'systemInfo' => $this->getApplicationService()->GetSystemInfo()
|
||||
]);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user