Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
open-source
MetaGer
Commits
7ec6c3ac
Commit
7ec6c3ac
authored
May 02, 2018
by
Dominik Hebeler
Browse files
Bugfix: Spaltenname war falsch angegeben.
parent
823ecfd6
Changes
1
Hide whitespace changes
Inline
Side-by-side
app/Http/Middleware/HumanVerification.php
View file @
7ec6c3ac
...
...
@@ -29,7 +29,7 @@ class HumanVerification
return
$next
(
$request
);
}
$user
=
DB
::
table
(
'humanverification'
)
->
where
(
$
id
,
$id
)
->
first
();
$user
=
DB
::
table
(
'humanverification'
)
->
where
(
'
id
'
,
$id
)
->
first
();
$createdAt
=
now
();
$unusedResultPages
=
1
;
$locked
=
false
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment