FIX Call parent::contruct()

This commit is contained in:
Steve Boyd 2022-10-18 16:35:11 +13:00
parent 55b17c920c
commit e63774061d
1 changed files with 1 additions and 0 deletions

View File

@ -62,6 +62,7 @@ class CMSPageHistoryController extends CMSMain
public function __construct()
{
parent::__construct();
Deprecation::notice('4.3.0', 'Use silverstripe/versioned-admin instead', Deprecation::SCOPE_CLASS);
}