Skip to content

Commit c4c7242

Browse files
committed
update jelix to 1.8.20
1 parent 26347c3 commit c4c7242

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lizmap/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
],
88
"require": {
99
"php": ">=8.1",
10-
"jelix/jelix": "~1.8.19",
10+
"jelix/jelix": "~1.8.20",
1111
"jelix/composer-module-setup": "^1.1.0",
1212
"jelix/jcommunity-module": "^1.4.3",
1313
"jelix/ldapdao-module": "~2.2.4",

tests/units/testslib/QgisFormForTests.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ public function fillControlFromUniqueValuesForTests($fieldName, $control)
4545

4646
class jAcl2
4747
{
48-
public static function check()
48+
public static function check($right, $resource = null)
4949
{
5050
return true;
5151
}

0 commit comments

Comments
 (0)