From 06327f0384c1284bdfcec0ad7e14177fc1cb1e66 Mon Sep 17 00:00:00 2001 From: Ere Maijala <ere.maijala@helsinki.fi> Date: Fri, 15 Jun 2018 10:58:51 +0300 Subject: [PATCH] Fix code style. (#1207) --- module/VuFind/src/VuFind/Db/Table/Tags.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/VuFind/src/VuFind/Db/Table/Tags.php b/module/VuFind/src/VuFind/Db/Table/Tags.php index c9c7ec672c0..a7fb22ccf77 100644 --- a/module/VuFind/src/VuFind/Db/Table/Tags.php +++ b/module/VuFind/src/VuFind/Db/Table/Tags.php @@ -312,7 +312,7 @@ class Tags extends Gateway 'ur.list_id', 'rt.list_id', Predicate::TYPE_IDENTIFIER, Predicate::TYPE_IDENTIFIER ); - + if (null !== $source) { $select->where->equalTo('r.source', $source); } -- GitLab