diff --git a/module/VuFind/src/VuFind/Db/Table/Tags.php b/module/VuFind/src/VuFind/Db/Table/Tags.php
index 7f66631deba59d0c8acc28beda918acd956e8e2a..1884a8b680be803d09c47515ae7a2422c57ccfea 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();
     }
 
     /**