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
typo3
qfq
Commits
f28ce036
Commit
f28ce036
authored
Dec 09, 2018
by
Carsten Rose
Browse files
FormAction.php: rename function.
parent
37e738c5
Pipeline
#1102
passed with stage
in 1 minute and 37 seconds
Changes
1
Pipelines
2
Show whitespace changes
Inline
Side-by-side
extension/qfq/qfq/form/FormAction.php
View file @
f28ce036
...
...
@@ -178,7 +178,7 @@ class FormAction {
$this
->
store
->
setStore
(
$arr
,
STORE_LDAP
,
true
);
}
$this
->
v
alidate
(
$fe
);
$this
->
sqlV
alidate
(
$fe
);
// If given: fire a sqlBefore query
$this
->
evaluate
->
parse
(
$fe
[
FE_SQL_BEFORE
]);
...
...
@@ -288,7 +288,7 @@ class FormAction {
* @throws UserFormException
* @throws UserReportException
*/
private
function
v
alidate
(
array
$fe
)
{
private
function
sqlV
alidate
(
array
$fe
)
{
// Is there something to check?
if
(
$fe
[
FE_SQL_VALIDATE
]
===
''
)
{
...
...
Write
Preview
Supports
Markdown
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