From cfdf34e76ae0524dd6fd315b1b230a130f0097de Mon Sep 17 00:00:00 2001 From: Demian Katz <demian.katz@villanova.edu> Date: Wed, 23 Jan 2013 14:28:42 -0500 Subject: [PATCH] Added missing comment. --- module/VuFind/src/VuFind/Session/File.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/module/VuFind/src/VuFind/Session/File.php b/module/VuFind/src/VuFind/Session/File.php index f8eb60cf64c..eaccf012e53 100644 --- a/module/VuFind/src/VuFind/Session/File.php +++ b/module/VuFind/src/VuFind/Session/File.php @@ -38,6 +38,11 @@ namespace VuFind\Session; */ class File extends AbstractBase { + /** + * Path to session file (boolean false until set) + * + * @var string|bool + */ protected $path = false; /** -- GitLab