From d39655e1269494dd1c8cad06c972e8884cace8ea Mon Sep 17 00:00:00 2001 From: Michael Gapczynski Date: Mon, 7 Jan 2013 14:15:51 -0500 Subject: Move template parameters around so database error page is properly rendered --- lib/setup.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'lib/setup.php') diff --git a/lib/setup.php b/lib/setup.php index fdd10be6824..424414faa6b 100644 --- a/lib/setup.php +++ b/lib/setup.php @@ -141,7 +141,9 @@ class OC_Setup { if(count($error) == 0) { OC_Appconfig::setValue('core', 'installedat', microtime(true)); OC_Appconfig::setValue('core', 'lastupdatedat', microtime(true)); - + OC_AppConfig::setValue('core', 'remote_core.css', '/core/minimizer.php'); + OC_AppConfig::setValue('core', 'remote_core.js', '/core/minimizer.php'); + OC_Group::createGroup('admin'); OC_Group::addToGroup($username, 'admin'); OC_User::login($username, $password); -- cgit v1.2.3