From 9bf12fbd9dc33098a4b218e046fa419df293b00b Mon Sep 17 00:00:00 2001 From: Demian Katz <demian.katz@villanova.edu> Date: Wed, 3 Feb 2016 11:07:36 -0500 Subject: [PATCH] Style fix. --- module/VuFind/src/VuFind/Db/Table/Search.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/VuFind/src/VuFind/Db/Table/Search.php b/module/VuFind/src/VuFind/Db/Table/Search.php index b0871084ede..e90b103981f 100644 --- a/module/VuFind/src/VuFind/Db/Table/Search.php +++ b/module/VuFind/src/VuFind/Db/Table/Search.php @@ -134,7 +134,7 @@ class Search extends Gateway ->equalTo('id', $id) ->and ->nest - ->equalTo('session_id', $sessId); + ->equalTo('session_id', $sessId); if (!empty($userId)) { $nest->or->equalTo('user_id', $userId); } -- GitLab