From 68ae0307c0029f161ed5dcb291e440ba56d54f89 Mon Sep 17 00:00:00 2001 From: Guy Sartorelli <36352093+GuySartorelli@users.noreply.github.com> Date: Thu, 26 Sep 2024 17:30:56 +1200 Subject: [PATCH] DOC Update docs to reflect changes in CLI interaction (#92) --- code/AuditHook.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/AuditHook.php b/code/AuditHook.php index d79fb38..f6be2af 100644 --- a/code/AuditHook.php +++ b/code/AuditHook.php @@ -358,7 +358,7 @@ protected function onAuthenticationFailedUnknownUser($data) */ protected function onAfterInit() { - // Suppress errors if dev/build necessary + // Suppress errors if the database needs to be built if (!Security::database_is_ready()) { return false; }