From 60fbf9d6a9ef76c8f1d8a0e46e81a72b4204bbf1 Mon Sep 17 00:00:00 2001 From: Demian Katz <demian.katz@villanova.edu> Date: Wed, 10 Aug 2016 09:53:33 -0400 Subject: [PATCH] Align function signature with KeyGeneratorTrait for consistency. --- module/VuFind/src/VuFind/ILS/Driver/VoyagerRestful.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/VuFind/src/VuFind/ILS/Driver/VoyagerRestful.php b/module/VuFind/src/VuFind/ILS/Driver/VoyagerRestful.php index ff19d6ea14e..ab777a252ef 100644 --- a/module/VuFind/src/VuFind/ILS/Driver/VoyagerRestful.php +++ b/module/VuFind/src/VuFind/ILS/Driver/VoyagerRestful.php @@ -330,7 +330,7 @@ class VoyagerRestful extends Voyager implements \VuFindHttp\HttpServiceAwareInte * * @return string */ - protected function getCacheKey($key) + protected function getCacheKey($key = null) { // Override the base class formatting with Voyager-specific details // to ensure proper caching in a MultiBackend environment. -- GitLab