From 1b8861ff40ccf0da5ae27eb1ea32124034f73dd8 Mon Sep 17 00:00:00 2001
From: Demian Katz <demian.katz@villanova.edu>
Date: Mon, 2 Jul 2012 15:27:46 -0400
Subject: [PATCH] Fixed bug -- missing ().

---
 module/VuFind/src/VuFind/Connection/Summon.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/module/VuFind/src/VuFind/Connection/Summon.php b/module/VuFind/src/VuFind/Connection/Summon.php
index 86e1eb514b6..de48fe42330 100644
--- a/module/VuFind/src/VuFind/Connection/Summon.php
+++ b/module/VuFind/src/VuFind/Connection/Summon.php
@@ -115,7 +115,7 @@ class Summon extends BaseSummon;
     protected function debugPrint($msg)
     {
         if ($this->debug) {
-            Logger::getInstance->debug("<pre>{$msg}</pre>\n");
+            Logger::getInstance()->debug("<pre>{$msg}</pre>\n");
         }
     }
 
-- 
GitLab