diff --git a/library/Director/Web/Table/ActivityLogTable.php b/library/Director/Web/Table/ActivityLogTable.php index f63f7a97..802b37a0 100644 --- a/library/Director/Web/Table/ActivityLogTable.php +++ b/library/Director/Web/Table/ActivityLogTable.php @@ -33,7 +33,6 @@ class ActivityLogTable extends ZfQueryBasedTable public function assemble() { $this->attributes()->add('class', 'activity-log'); - $this->fetchRows(); } public function setLastDeployedId($id)