Skip to content

Commit 65ff083

Browse files
committed
feat(installer): merge with 1.4.x
META: 907a44e d4200c3#diff-6c26184ff8fb7f885cc07203700de627
1 parent 114d75a commit 65ff083

3 files changed

Lines changed: 11 additions & 11 deletions

File tree

install/src/sqlParser.class.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ class SqlParser {
2727
public $connection_method;
2828
public $ignoreDuplicateErrors;
2929
public $autoTemplateLogic;
30+
public $database_collation;
3031

3132
public function __construct($host, $user, $password, $db, $prefix='modx_', $adminname, $adminemail, $adminpass, $connection_charset= 'utf8', $managerlanguage='english', $connection_method = 'SET CHARACTER SET', $auto_template_logic = 'parent') {
3233
$this->host = $host;

0 commit comments

Comments
 (0)