Skip to content

Commit

Permalink
- Correção de Bug
Browse files Browse the repository at this point in the history
  • Loading branch information
virgiliopontes committed Sep 30, 2019
1 parent f238a73 commit dcfce3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/MySQLWizard.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ public function __construct($database_sets=array())
'echo_msg'=>false
);

if (empty($database_sets)) {
if (!empty($database_sets)) {
$database_sets = (array)$database_sets;
foreach ($database_sets_defalt as $key=>$value) {
if (!isset($database_sets[$key])) {
Expand Down

0 comments on commit dcfce3b

Please sign in to comment.