X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Fhtmlform%2FHTMLNestedFilterable.php;h=d44fc60abe0b1481506395f2fcb37bd7acfefbe0;hb=e0c8007f49640f821e0407f18543e345e0cf76ab;hp=2c09ea4e59bea8ef21b2ac379eb53f6cdfccd334;hpb=1a8daf2c07e31337d83ee39b42873373023c8d40;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/htmlform/HTMLNestedFilterable.php b/includes/htmlform/HTMLNestedFilterable.php index 2c09ea4e59..d44fc60abe 100644 --- a/includes/htmlform/HTMLNestedFilterable.php +++ b/includes/htmlform/HTMLNestedFilterable.php @@ -7,5 +7,5 @@ interface HTMLNestedFilterable { * * @param array $data */ - function filterDataForSubmit( $data ); + public function filterDataForSubmit( $data ); }