From b96e936ff846b3e20d5853d79efe7dedf1f73226 Mon Sep 17 00:00:00 2001 From: Chris Morgan Date: Wed, 26 Sep 2007 21:56:16 -0400 Subject: [PATCH] Switch version::makeLicenseList() back to public since we call it from browse_downloadable.php --- include/version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/version.php b/include/version.php index 18a4e2b..8e2d75a 100644 --- a/include/version.php +++ b/include/version.php @@ -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;