|
@@ -136,7 +136,7 @@ class DataTable extends BaseContainer implements \ModulesGarden\Servers\ZimbraEm
|
|
|
|
|
|
|
|
protected function getCount()
|
|
protected function getCount()
|
|
|
{
|
|
{
|
|
|
- return count($this->recordsSet);
|
|
|
|
|
|
|
+ return count($this->recordsSet['records');
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
protected function getRecords()
|
|
protected function getRecords()
|