From 4963951dd80a258d00d6ff8c154d8fa29030a98a Mon Sep 17 00:00:00 2001
From: Demian Katz <demian.katz@villanova.edu>
Date: Tue, 10 Feb 2015 15:49:38 -0500
Subject: [PATCH] Fix notice.

---
 module/VuFind/src/VuFind/Auth/Factory.php | 1 +
 1 file changed, 1 insertion(+)

diff --git a/module/VuFind/src/VuFind/Auth/Factory.php b/module/VuFind/src/VuFind/Auth/Factory.php
index da3feb7ebbf..a26ca28428a 100644
--- a/module/VuFind/src/VuFind/Auth/Factory.php
+++ b/module/VuFind/src/VuFind/Auth/Factory.php
@@ -107,6 +107,7 @@ class Factory
             // here may interfere with UI rendering. If we ignore it now, it will
             // still get handled appropriately later in processing.
             error_log($e->getMessage());
+            $catalog = null; // avoid unset variable notice
         }
 
         // Load remaining dependencies:
-- 
GitLab