From 35e962267466fdf236985ae3fe88f9d195d1e84c Mon Sep 17 00:00:00 2001 From: Demian Katz <demian.katz@villanova.edu> Date: Tue, 29 Jan 2013 13:23:29 -0500 Subject: [PATCH] Corrected comment. --- module/VuFind/src/VuFind/View/Helper/Root/Cart.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/VuFind/src/VuFind/View/Helper/Root/Cart.php b/module/VuFind/src/VuFind/View/Helper/Root/Cart.php index 78325ff5211..f2634931499 100644 --- a/module/VuFind/src/VuFind/View/Helper/Root/Cart.php +++ b/module/VuFind/src/VuFind/View/Helper/Root/Cart.php @@ -56,7 +56,7 @@ class Cart extends \Zend\View\Helper\AbstractHelper } /** - * Get the Cart object from the service manager. + * Get the Cart object. * * @return \VuFind\Cart */ -- GitLab