Skip to content

Commit 676f027

Browse files
authored
Merge pull request #29 from BeAPI/fix/default-searchwp
Add missing quotes
2 parents a44dc3f + 40e8d72 commit 676f027

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

default-searchwp.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
}
3636

3737
// Constants to be defined as env vars
38-
if ( ! defined( SEARCHWP_AUTH_USER ) || ! defined( SEARCHWP_AUTH_PWD ) ) {
38+
if ( ! defined( 'SEARCHWP_AUTH_USER' ) || ! defined( 'SEARCHWP_AUTH_PWD' ) ) {
3939
return;
4040
}
4141

0 commit comments

Comments
 (0)