mirror of
https://github.com/silverstripe/silverstripe-cms
synced 2024-10-22 08:05:56 +02:00
Merge pull request #2463 from MadeHQ/4
Changing to protected to match the rest of the changes
This commit is contained in:
commit
a378248fe7
@ -136,7 +136,7 @@ class RedirectorPage extends Page
|
||||
}
|
||||
}
|
||||
|
||||
public function onBeforeWrite()
|
||||
protected function onBeforeWrite()
|
||||
{
|
||||
parent::onBeforeWrite();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user