Skip to content
Snippets Groups Projects
Commit 4963951d authored by Demian Katz's avatar Demian Katz
Browse files

Fix notice.

parent 6ff8c074
No related merge requests found
......@@ -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:
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment