From b8a953e2962a118100716dfae98b477ccf39bc02 Mon Sep 17 00:00:00 2001 From: Thomas Gelf Date: Fri, 21 Jul 2017 12:07:47 +0200 Subject: [PATCH] ActivityLogTable: do not call fetchRows twice --- library/Director/Web/Table/ActivityLogTable.php | 1 - 1 file changed, 1 deletion(-) 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)