Module: appdb Branch: master Commit: 93bd9dc9c8dc389a541bffa9e2590a5c51ce6c02 URL: http://source.winehq.org/git/appdb.git/?a=commit;h=93bd9dc9c8dc389a541bffa9e...
Author: Alexander Nicolaysen Sørnes alexsornes@gmail.com Date: Sun Jan 12 18:47:38 2014 +0100
version: make makeLincenceList non-static
---
include/version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/version.php b/include/version.php index 7f5d7db..6e4d890 100644 --- a/include/version.php +++ b/include/version.php @@ -1408,7 +1408,7 @@ class version { }
// returns a string containing the html for a selection list - public static function makeLicenseList($sLicense = NULL) + public function makeLicenseList($sLicense = NULL) { if(!$sLicense) $sLicense = $this->sLicense;