Switch version::makeLicenseList() back to public since we call it from browse_downloadable.php
This commit is contained in:
@@ -1245,7 +1245,7 @@ class version {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// returns a string containing the html for a selection list
|
// returns a string containing the html for a selection list
|
||||||
private function makeLicenseList($sLicense = NULL)
|
public function makeLicenseList($sLicense = NULL)
|
||||||
{
|
{
|
||||||
if(!$sLicense)
|
if(!$sLicense)
|
||||||
$sLicense = $this->sLicense;
|
$sLicense = $this->sLicense;
|
||||||
|
|||||||
Reference in New Issue
Block a user