Commit eea53d65013c99006124664f41049b82eb79f770

Authored by omar
1 parent 4fb1c643

Corrected misspelled variable


git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@1797 c91229c3-7414-0410-bfa2-8a42b809f60b
presentation/lookAndFeel/knowledgeTree/discussions/addCommentBL.php
@@ -34,7 +34,7 @@ if (checkSession()) { @@ -34,7 +34,7 @@ if (checkSession()) {
34 $oPatternCustom->setHtml(getAddComment($fDocumentID,$sSubject,$sBody)); 34 $oPatternCustom->setHtml(getAddComment($fDocumentID,$sSubject,$sBody));
35 } 35 }
36 else { // And invalid Document ID was sent 36 else { // And invalid Document ID was sent
37 - main->setErrorMessage("The Document id cannot be lss than 0. ID is invalid."); 37 + $main->setErrorMessage("The Document id cannot be lss than 0. ID is invalid.");
38 } 38 }
39 39
40 } else if (isset($fViewComment)){ // User wishes to view a comment 40 } else if (isset($fViewComment)){ // User wishes to view a comment