From: Alexandre Emsenhuber Date: Thu, 18 Mar 2010 17:14:24 +0000 (+0000) Subject: Fix for r63675: the parameter is $attribs, not $attrs X-Git-Tag: 1.31.0-rc.0~37421 X-Git-Url: http://git.cyclocoop.org/data/Fool?a=commitdiff_plain;h=0ea2add9f040cdb3f2a0d6136d6b7a48e0c66256;p=lhc%2Fweb%2Fwiklou.git Fix for r63675: the parameter is $attribs, not $attrs --- diff --git a/includes/Xml.php b/includes/Xml.php index eddf0af691..882de6aec7 100644 --- a/includes/Xml.php +++ b/includes/Xml.php @@ -337,7 +337,7 @@ class Xml { * Convenience function to build an HTML form label * @param $label text of the label * @param $id - * @param $attrs Array, other attributes + * @param $attribs Array, other attributes * @return string HTML */ public static function label( $label, $id, $attribs=array() ) {