Revert 30130, completely breaks editing with fatal PHP error.
[lhc/web/wiklou.git] / includes / Licenses.php
index bd7494a..6a03446 100644 (file)
@@ -1,7 +1,7 @@
 <?php
 /**
  * A License class for use on Special:Upload
- *
+ * 
  * @addtogroup SpecialPage
  *
  * @author Ævar Arnfjörð Bjarmason <avarab@gmail.com>
@@ -146,6 +146,9 @@ class Licenses {
        function getHtml() { return $this->html; }
 }
 
+/**
+ * A License class for use on Special:Upload (represents a single type of license).
+ */
 class License {
        /**
         * @var string
@@ -169,4 +172,4 @@ class License {
                $this->text = strrev( $text );
        }
 }
-?>
+