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