mirror of
https://github.com/dg/dibi.git
synced 2025-08-06 06:07:39 +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()
|
public function release()
|
||||||
{
|
{
|
||||||
$this->result = $this->count = NULL;
|
$this->result = $this->count = $this->totalCount = NULL;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user