X-Git-Url: http://git.cyclocoop.org/?a=blobdiff_plain;f=includes%2FLicenses.php;h=0bcbc91b2216eb30bf5da18190d3dc30a6006be0;hb=337afdf3a2ebb1739519594619afb50a62dccfe6;hp=54b779e152f4a334c6fcfe84597efac5d42abcad;hpb=5f56facb3d87556264ac5fc9b5d3cf78eb656278;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/Licenses.php b/includes/Licenses.php index 54b779e152..0bcbc91b22 100644 --- a/includes/Licenses.php +++ b/includes/Licenses.php @@ -199,7 +199,7 @@ class License { public $text; /** - * @param string $str license name?? + * @param string $str License name?? */ function __construct( $str ) { list( $text, $template ) = explode( '|', strrev( $str ), 2 );