FIX: Include missing security page titles when CMS not installed (fixes #9648)

This commit is contained in:
Loz Calver 2020-08-21 14:53:53 +01:00
parent 317cc788c2
commit 7377d094c0

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),