From 1355715b0bcda7367313bfba0ddd2e0224c1211a Mon Sep 17 00:00:00 2001 From: Sergey Romaneko Date: Thu, 27 Sep 2012 09:54:06 +0300 Subject: [PATCH] Update install.php --- install.php | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/install.php b/install.php index 680d585..2b298e7 100644 --- a/install.php +++ b/install.php @@ -1,9 +1,9 @@ __('Site slogan', 'system'), 'defaultpage' => 'home', 'timezone' => Request::post('timezone'), - 'theme_name' => 'default')); + 'theme_site_name' => 'default', + 'theme_admin_name' => 'default')); // Get users table @@ -183,6 +185,7 @@ } else { $errors['php'] = ''; } + if (in_array('SimpleXML', $php_modules)) { $errors['simplexml'] = ''; } else {