From 5679ac6640e5fb8de868e8e37c9b601618a2e2c5 Mon Sep 17 00:00:00 2001 From: William Date: Wed, 23 Feb 2022 18:40:49 +0100 Subject: [PATCH] Commit --- app/core/ErrorHandler.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/core/ErrorHandler.php b/app/core/ErrorHandler.php index 7a5c6d7..86f9618 100644 --- a/app/core/ErrorHandler.php +++ b/app/core/ErrorHandler.php @@ -3,7 +3,7 @@ // Janky error handler page thingy that looks cool class ErrorHandler { - public array $errors; // Holds error messages + public array $errors; // Holds error messages (even though for now we only display a maximum of 1) public function __construct() {