diff --git a/code/model/ErrorPage.php b/code/model/ErrorPage.php index defbf3d2..e869fb1c 100755 --- a/code/model/ErrorPage.php +++ b/code/model/ErrorPage.php @@ -26,6 +26,8 @@ class ErrorPage extends Page { protected static $static_filepath = ASSETS_PATH; + public function canAddChildren($member = null) { return false; } + /** * Get a {@link SS_HTTPResponse} to response to a HTTP error code if an {@link ErrorPage} for that code is present. *