summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xinstall/index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/install/index.php b/install/index.php
index 815422712..3db53107d 100755
--- a/install/index.php
+++ b/install/index.php
@@ -437,7 +437,7 @@
if (!$res) {
print_notice("Query: $line");
- print_error("Error: " . implode(", ", $this->pdo->errorInfo()));
+ print_error("Error: " . implode(", ", $pdo->errorInfo()));
}
}
}