From eea53d65013c99006124664f41049b82eb79f770 Mon Sep 17 00:00:00 2001 From: omar Date: Mon, 12 May 2003 13:48:03 +0000 Subject: [PATCH] Corrected misspelled variable --- presentation/lookAndFeel/knowledgeTree/discussions/addCommentBL.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/presentation/lookAndFeel/knowledgeTree/discussions/addCommentBL.php b/presentation/lookAndFeel/knowledgeTree/discussions/addCommentBL.php index cc412ed..5a53ca6 100644 --- a/presentation/lookAndFeel/knowledgeTree/discussions/addCommentBL.php +++ b/presentation/lookAndFeel/knowledgeTree/discussions/addCommentBL.php @@ -34,7 +34,7 @@ if (checkSession()) { $oPatternCustom->setHtml(getAddComment($fDocumentID,$sSubject,$sBody)); } else { // And invalid Document ID was sent - main->setErrorMessage("The Document id cannot be lss than 0. ID is invalid."); + $main->setErrorMessage("The Document id cannot be lss than 0. ID is invalid."); } } else if (isset($fViewComment)){ // User wishes to view a comment -- libgit2 0.21.4