Remove extra 'slash' in url that was causing all kinds of issues like users going to odd websites
after clicking on some links on the site
This commit is contained in:
@@ -415,7 +415,7 @@ class testData{
|
||||
echo ' <td>'.$oTest->sTestedRating.' </td>',"\n";
|
||||
if ($_SESSION['current']->hasAppVersionModifyPermission($oTest->iVersionId))
|
||||
{
|
||||
echo '<td><a href="'.BASE.'/admin/adminTestResults.php?sub=view&iTestingId='.$oTest->iTestingId.'">',"\n";
|
||||
echo '<td><a href="'.BASE.'admin/adminTestResults.php?sub=view&iTestingId='.$oTest->iTestingId.'">',"\n";
|
||||
echo 'Edit</a></td>',"\n";
|
||||
}
|
||||
echo '</tr>',"\n";
|
||||
|
||||
Reference in New Issue
Block a user