Skip to content
Snippets Groups Projects
Commit 10bc24a7 authored by Kevin Rice's avatar Kevin Rice
Browse files

Merge branch 'master' into 3.0.x

parents 20077be5 bac41177
No related branches found
No related merge requests found
......@@ -2,5 +2,5 @@ type: module
name: Simple Survey
description: 'Creates simple surveys'
package: Other
core_version_requirement: ^9.3 || ^10
core_version_requirement: ^9 || ^10
configure: simple_survey.admin_settings_form
......@@ -152,4 +152,4 @@ class SimpleSurveyController extends ControllerBase {
return new FormattableMarkup('@title', ['@title' => $simple_survey->label()]);
}
}
}
\ No newline at end of file
......@@ -194,7 +194,7 @@ class SimpleSurveyRestController extends ControllerBase {
$expireTime,
'/',
$request->getHost(),
FALSE,
TRUE,
FALSE,
FALSE,
'strict'
......
......@@ -627,4 +627,4 @@ class ResponseExportService implements ContainerInjectionInterface {
return $row;
}
}
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment