mirror of
https://github.com/cydrobolt/polr.git
synced 2024-11-09 19:52:28 +01:00
spelling: receive
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
This commit is contained in:
parent
7db9988258
commit
ea54daebac
@ -72,7 +72,7 @@ class LinkController extends Controller {
|
|||||||
$link_secret_key = $link->secret_key;
|
$link_secret_key = $link->secret_key;
|
||||||
if ($link_secret_key) {
|
if ($link_secret_key) {
|
||||||
if (!$secret_key) {
|
if (!$secret_key) {
|
||||||
// if we do not receieve a secret key
|
// if we do not receive a secret key
|
||||||
// when we are expecting one, return a 403
|
// when we are expecting one, return a 403
|
||||||
return abort(403);
|
return abort(403);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user