Fixed "Using when not in object context" error when installer query fails.

master
JustAMacUser 5 years ago
parent f6090655bf
commit 3cae6fe6ad

@ -437,7 +437,7 @@
if (!$res) {
print_notice("Query: $line");
print_error("Error: " . implode(", ", $this->pdo->errorInfo()));
print_error("Error: " . implode(", ", $pdo->errorInfo()));
}
}
}

Loading…
Cancel
Save