MINOR Added missing ?> PHP tag to Page.php

git-svn-id: svn://svn.silverstripe.com/silverstripe/open/phpinstaller/trunk@65613 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
sharvey 2008-11-11 20:46:52 +00:00
parent f235497aab
commit 97717ba8f0

View File

@ -1,4 +1,5 @@
<?php
class Page extends SiteTree {
public static $db = array(
@ -22,3 +23,5 @@ class Page_Controller extends ContentController {
}
}
?>