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; }