PHP Notice in fetch() method

Issue #37 new
Former user created an issue

PHP Notice: Undefined property: Database::$_query in class.database.php on line 537

The test !$this->_query generates a notice if $this->_query has not been defined. It should be replaced with !isset($this->_query)

Comments (0)

  1. Log in to comment