mirror of
https://github.com/dg/dibi.git
synced 2025-08-05 21:58:10 +02:00
- DibiDataSource: fixed count() vs. release() bug (thanks to Roman Sklenář)
This commit is contained in:
@@ -253,7 +253,7 @@ class DibiDataSource extends DibiObject implements IDataSource
|
||||
*/
|
||||
public function release()
|
||||
{
|
||||
$this->result = $this->count = NULL;
|
||||
$this->result = $this->count = $this->totalCount = NULL;
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user