mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
681380424a
BUGIFX Changed ErrorPage->publish() to doPublish->doPublish() - the publication of static HTML into the /assets directory was lagging one version behind the actual published content BUGFIX Fixed wrong parameter in ErrorPage::get_static_filepath() git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@75915 467b73ca-7a2a-4603-9d3b-597d59a354a9
6 lines
134 B
YAML
6 lines
134 B
YAML
ErrorPage:
|
|
404:
|
|
Title: Page Not Found
|
|
URLSegment: page-not-found
|
|
Content: My error page body
|
|
ErrorCode: 404 |