Merge pull request #40 from robingram/compatibility/inheritance

Change inheritance of controller class
This commit is contained in:
Robbie Averill 2019-03-01 15:41:20 +13:00 committed by GitHub
commit f2bff01b74
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,11 +2,11 @@
namespace SilverStripe\IFrame;
use SilverStripe\CMS\Controllers\ContentController;
use PageController;
use SilverStripe\Control\Director;
use SilverStripe\View\Requirements;
class IFramePageController extends ContentController
class IFramePageController extends PageController
{
protected function init()
{