diff --git a/pear/DB.php b/pear/DB.php index be6ccd4a6d6..f016d48e4bd 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; }