Switch version::makeLicenseList() back to public since we call it from browse_downloadable.php

This commit is contained in:
Chris Morgan
2007-09-26 21:56:16 -04:00
parent f0a2416804
commit b96e936ff8

View File

@@ -1245,7 +1245,7 @@ class version {
}
// returns a string containing the html for a selection list
private function makeLicenseList($sLicense = NULL)
public function makeLicenseList($sLicense = NULL)
{
if(!$sLicense)
$sLicense = $this->sLicense;