fix a typo which prevents versions from being moderated
This commit is contained in:
committed by
Chris Morgan
parent
1a50f7d05b
commit
f593c926e3
@@ -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++)
|
||||
|
||||
Reference in New Issue
Block a user