Skip to content

Commit

Permalink
fixing race condition.
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter Adams committed May 11, 2020
1 parent 1074e5d commit 24f2791
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion owa_base.php
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ function getMsg($code, $substitutions = []) {
$msg = array();

if (empty($_owa_messages)) {
require_once(OWA_DIR.'conf/messages.php');
require(OWA_DIR.'conf/messages.php');
}

if ( $code && array_key_exists( $code, $_owa_messages ) ) {
Expand Down

0 comments on commit 24f2791

Please sign in to comment.