From fe2455e2a391595e3c46b98e1a460acc6fc5bbaa Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?V=C3=ADt=20Novotn=C3=BD?= <witiko@mail.muni.cz>
Date: Tue, 2 Oct 2018 21:59:36 +0200
Subject: [PATCH] Aleph driver: fix the documentation of renewMyItems

---
 module/VuFind/src/VuFind/ILS/Driver/Aleph.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/module/VuFind/src/VuFind/ILS/Driver/Aleph.php b/module/VuFind/src/VuFind/ILS/Driver/Aleph.php
index 2c18f491ca2..41bd7dca953 100644
--- a/module/VuFind/src/VuFind/ILS/Driver/Aleph.php
+++ b/module/VuFind/src/VuFind/ILS/Driver/Aleph.php
@@ -1031,7 +1031,7 @@ class Aleph extends AbstractBase implements \Zend\Log\LoggerAwareInterface,
      * Renew My Items
      *
      * Function for attempting to renew a patron's items.  The data in
-     * $renewDetails['details'] is determined by getRenewDetails().
+     * $details['details'] is determined by getRenewDetails().
      *
      * @param array $details An array of data required for renewing items
      * including the Patron ID and an array of renewal IDS
-- 
GitLab