From 8296b965b6845691e692070fddd4153fecc27d09 Mon Sep 17 00:00:00 2001
From: Demian Katz <demian.katz@villanova.edu>
Date: Tue, 23 Jun 2015 14:18:54 -0400
Subject: [PATCH] Removed unreachable code.

---
 module/VuFind/src/VuFind/Db/Table/Tags.php | 2 --
 1 file changed, 2 deletions(-)

diff --git a/module/VuFind/src/VuFind/Db/Table/Tags.php b/module/VuFind/src/VuFind/Db/Table/Tags.php
index 7f66631deba..1884a8b680b 100644
--- a/module/VuFind/src/VuFind/Db/Table/Tags.php
+++ b/module/VuFind/src/VuFind/Db/Table/Tags.php
@@ -164,8 +164,6 @@ class Tags extends Gateway
                 }
             }
         );
-
-        return $resultset->toArray();
     }
 
     /**
-- 
GitLab