Alexander Nicolaysen =?UTF-8?Q?S=C3=B8rnes=20?=: version: make makeLincenceList non-static

Alexander Nicolaysen Sørnes asornes at winehq.org
Sun Jan 12 11:48:24 CST 2014


Module: appdb
Branch: master
Commit: 93bd9dc9c8dc389a541bffa9e2590a5c51ce6c02
URL:    http://source.winehq.org/git/appdb.git/?a=commit;h=93bd9dc9c8dc389a541bffa9e2590a5c51ce6c02

Author: Alexander Nicolaysen Sørnes <alexsornes at 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;




More information about the wine-cvs mailing list