Skip to content

Commit

Permalink
DOC Update docs to reflect changes in CLI interaction
Browse files Browse the repository at this point in the history
  • Loading branch information
GuySartorelli committed Sep 25, 2024
1 parent d2e3a5e commit 5454563
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/AuditHook.php
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit 5454563

Please sign in to comment.