Skip to content

Commit

Permalink
fix missing quotes around TABBY_REMIND_EVERYONE (threw unnoticed notice)
Browse files Browse the repository at this point in the history
  • Loading branch information
bertvandepoel committed May 19, 2019
1 parent 3a37587 commit 67b554a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.php
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@
$user = get_user_details();
if(isset($_POST['submit'])) {
$finstate = get_all_debtor_financial_state();
if($_POST['debtor'] == TABBY_REMIND_EVERYONE) {
if($_POST['debtor'] == 'TABBY_REMIND_EVERYONE') {
$error = 'No one has any debt with you.';
if(strlen($_POST['comment']) > 3) {
$comment = $_POST['comment'];
Expand Down

0 comments on commit 67b554a

Please sign in to comment.