Fix naming of OutputEditor() to be outputEditor()
This commit is contained in:
committed by
WineHQ
parent
17de2854e0
commit
917851fceb
@@ -129,7 +129,7 @@ if ($aClean['sSub'])
|
||||
}
|
||||
|
||||
// View Test Details
|
||||
$oTest->OutputEditor($aClean['sDistribution'],true);
|
||||
$oTest->outputEditor($aClean['sDistribution'],true);
|
||||
|
||||
echo '<a href="'.BASE."appview.php?iVersionId=".$oTest->iVersionId.'">Back to Version</a>';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user