Fix typo on comment posting page
This commit is contained in:
committed by
Chris Morgan
parent
a15bd62b7e
commit
f7a1e181cd
@@ -247,7 +247,7 @@ class Comment {
|
|||||||
echo htmlify_urls($this->sBody), "<br><br>\n";
|
echo htmlify_urls($this->sBody), "<br><br>\n";
|
||||||
|
|
||||||
$oVersion = new version($this->iVersionId);
|
$oVersion = new version($this->iVersionId);
|
||||||
$oM = new objectManager("comment", "Post new ocmment");
|
$oM = new objectManager("comment", "Post new comment");
|
||||||
$oM->setReturnTo($oVersion->objectMakeUrl());
|
$oM->setReturnTo($oVersion->objectMakeUrl());
|
||||||
// reply post buttons
|
// reply post buttons
|
||||||
echo " [<a href=\"".$oM->makeUrl("add")."&iVersionId=$this->iVersionId\"><small>post new</small></a>] \n";
|
echo " [<a href=\"".$oM->makeUrl("add")."&iVersionId=$this->iVersionId\"><small>post new</small></a>] \n";
|
||||||
|
|||||||
Reference in New Issue
Block a user