fix display of top-voted application, one of the variables was prefixed with an 's' instead
of an 'sh'
This commit is contained in:
committed by
WineHQ
parent
970cbca7f3
commit
d76c297a41
@@ -68,7 +68,7 @@ If you have screenshots or links to contribute, please browse the database and u
|
|||||||
// don't mention the top application if there are no votes yet
|
// don't mention the top application if there are no votes yet
|
||||||
if($oRow->versionId)
|
if($oRow->versionId)
|
||||||
{
|
{
|
||||||
$sVoteAppLink = version::fullNameLink($oRow->versionId);
|
$shVoteAppLink = version::fullNameLink($oRow->versionId);
|
||||||
echo "There are <b>$numApps</b> applications currently in the database with\n";
|
echo "There are <b>$numApps</b> applications currently in the database with\n";
|
||||||
echo "$shVoteAppLink being the\n";
|
echo "$shVoteAppLink being the\n";
|
||||||
echo "top <a href='votestats.php'>voted</a> application.\n";
|
echo "top <a href='votestats.php'>voted</a> application.\n";
|
||||||
|
|||||||
Reference in New Issue
Block a user