Remove trailing comma

pull/393/head
Tom Hatzer 2016-12-23 15:42:15 +01:00 committed by GitHub
parent b1df28d4d9
commit 6805903089
1 changed files with 2 additions and 2 deletions

View File

@ -145,7 +145,7 @@ class InstallController extends AbstractController {
$config['user'], $config['user'],
$config['pass'], $config['pass'],
$config['name'], $config['name'],
$config['port'], $config['port']
); );
if($this->db->status()) { if($this->db->status()) {
@ -309,7 +309,7 @@ class InstallController extends AbstractController {
'pass' => '', 'pass' => '',
'name' => '', 'name' => '',
'host' => '', 'host' => '',
'port' => '3306', 'port' => '3306'
); );
$pattern = "/define\('SM_DB_{key}', '(.*?)'/u"; $pattern = "/define\('SM_DB_{key}', '(.*?)'/u";