Skip to content

Commit be7a6cf

Browse files
author
Marius Burkard
committed
Apply 1 suggestion(s) to 1 file(s)
1 parent 8182d8a commit be7a6cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install/lib/installer_base.lib.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ public function configure_database() {
250250
die();
251251
}
252252

253-
$unwanted_sql_plugins = [''];
253+
$unwanted_sql_plugins = array('');
254254
} else {
255255
$unwanted_sql_plugins = array('validate_password');
256256
}

0 commit comments

Comments
 (0)