Merge pull request #9649 from kinglozzer/9648-security-titles

FIX: Include missing security page titles when CMS not installed (fixes #9648)
This commit is contained in:
Steve Boyd 2020-09-15 13:43:59 +12:00 committed by GitHub
commit e339549e0d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -939,6 +939,8 @@ class Security extends Controller implements TemplateGlobalProvider
// We've displayed the message in the form output, so reset it for the next run.
static::clearSessionMessage();
// Ensure title is present - in case getResponseController() didn't return a page controller
$fragments = array_merge($fragments, ['Title' => $title]);
if ($message) {
$messageResult = [
'Content' => DBField::create_field('HTMLFragment', $message),