ActivityLogTable: do not call fetchRows twice
This commit is contained in:
parent
985d03d5f2
commit
b8a953e296
|
@ -33,7 +33,6 @@ class ActivityLogTable extends ZfQueryBasedTable
|
|||
public function assemble()
|
||||
{
|
||||
$this->attributes()->add('class', 'activity-log');
|
||||
$this->fetchRows();
|
||||
}
|
||||
|
||||
public function setLastDeployedId($id)
|
||||
|
|
Loading…
Reference in New Issue