Skip to content

Commit

Permalink
Fix bad function call
Browse files Browse the repository at this point in the history
  • Loading branch information
johnsaigle committed Oct 29, 2018
1 parent aa62330 commit b4791b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/configuration/ajax/process.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
$err = 'Path ' . htmlspecialchars($value, ENT_QUOTES)
. ' is not valid.';
// Set response code and display error message.
$displayError(400, $err);
displayError(400, $err);
return;
}
if (!is_readable($value)) {
Expand Down

0 comments on commit b4791b2

Please sign in to comment.