fix a typo which prevents versions from being moderated

This commit is contained in:
Jeff Zaroyko
2008-06-15 13:37:47 +10:00
committed by Chris Morgan
parent 1a50f7d05b
commit f593c926e3

View File

@@ -1383,7 +1383,7 @@ class version {
$sReturn = "<select name=\"sLicense\">\n";
$sReturn .= "<option value=\"\">Choose . . .</option>\n";
$aLicense = version::getLicences();
$aLicense = version::getLicenses();
$iMax = count($aLicense);
for($i = 0; $i < $iMax; $i++)