From e72e96a084f634f934acfb488368baa66ced9f71 Mon Sep 17 00:00:00 2001 From: Dave MacFarlane Date: Mon, 18 Jan 2021 13:58:42 -0500 Subject: [PATCH] Fix undeclared property in htdocs/survey.php (#7279) --- htdocs/survey.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/htdocs/survey.php b/htdocs/survey.php index bd40df04981..d77cb1724e1 100644 --- a/htdocs/survey.php +++ b/htdocs/survey.php @@ -45,6 +45,8 @@ class DirectDataEntryMainPage */ var $Subtest; + public $CommentID; + var $NumPages; var $NextPageNum; var $PrevPageNum;