Skip to content

Commit

Permalink
FIX: better security around entries without SitesPageID and better in…
Browse files Browse the repository at this point in the history
…tro message
  • Loading branch information
sunnysideup committed Jan 28, 2024
1 parent 8ab1157 commit ba85c80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Extensions/PageExtension.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ class PageExtension extends DataExtension
'PublicCacheDurationInSeconds' => 'Boolean',
];

public function updateCMSFields(FieldList $fields)
public function updateSettingsFields(FieldList $fields)
{
$fields->addFieldsToTab(
'Root.Cache',
Expand Down

0 comments on commit ba85c80

Please sign in to comment.