Rename ServiceUnavailableException & alter maintenance

This commit is contained in:
Philipp Holzer 2019-05-04 16:22:47 +02:00
parent 62fd5375dc
commit 9fb111bca2
No known key found for this signature in database
GPG key ID: 517BE60E2CE5C8A5
3 changed files with 6 additions and 11 deletions

View file

@ -988,7 +988,7 @@ class App
header('Refresh: 120; url=' . $this->getBaseURL() . "/" . $this->query_string);
Module\Special\HTTPException::rawContent(
new HTTPException\ServiceUnavaiableException('The node is currently overloaded. Please try again later.')
new HTTPException\ServiceUnavailableException('The node is currently overloaded. Please try again later.')
);
}