MINOR: fixed i18n issue with page comment form

git-svn-id: svn://svn.silverstripe.com/silverstripe/open/phpinstaller/trunk@77810 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
wrossiter 2009-05-26 02:05:30 +00:00
parent c39cb71700
commit bd8ee78f12

View File

@ -4,7 +4,7 @@ global $project;
$project = 'mysite';
global $database;
$database = "";
$database = "SS_mysite";
require_once("conf/ConfigureFromEnv.php");
@ -12,4 +12,4 @@ require_once("conf/ConfigureFromEnv.php");
// downloaded from http://www.silverstripe.com/themes/
SSViewer::set_theme('blackcandy');
?>
?>