summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pear/DB.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/pear/DB.php b/pear/DB.php
index be6ccd4a6d..f016d48e4b 100644
--- a/pear/DB.php
+++ b/pear/DB.php
@@ -469,7 +469,7 @@ class DB_result {
if (DB::isError($err)) {
return $err;
}
- $this->dbh = $this->result = false;
+ $this->result = false;
return true;
}