mirror of
https://github.com/YunoHost-Apps/dotclear2_ynh.git
synced 2024-09-03 18:26:29 +02:00
Merge branch 'testing' into ci-auto-update-v2.21.2
This commit is contained in:
commit
6c4f2a968b
3 changed files with 4 additions and 4 deletions
|
@ -2,6 +2,6 @@ SOURCE_URL=http://download.dotclear.org/latest/dotclear-2.21.2.tar.gz
|
|||
SOURCE_SUM=7cc78aefca4b10d61d1910ed7aaaad19f4b0298dff642c8600cebdc559ecb874
|
||||
SOURCE_SUM_PRG=sha256sum
|
||||
SOURCE_FORMAT=tar.gz
|
||||
SOURCE_IN_SUBDIR=true
|
||||
SOURCE_IN_SUBDIR=2
|
||||
SOURCE_FILENAME=
|
||||
SOURCE_EXTRACT=true
|
||||
|
|
|
@ -21,7 +21,7 @@
|
|||
"email": "pierre@kayou.io"
|
||||
},
|
||||
"requirements": {
|
||||
"yunohost": ">= 4.3.2"
|
||||
"yunohost": ">= 11.0.0"
|
||||
},
|
||||
"multi_instance": true,
|
||||
"services": [
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
diff --git a/inc/core/class.dc.core.php b/inc/core/class.dc.core.php
|
||||
index 3d0c45d..98a70a6 100644
|
||||
index e9c0ac2..0c6f2e5 100644
|
||||
--- a/inc/core/class.dc.core.php
|
||||
+++ b/inc/core/class.dc.core.php
|
||||
@@ -839,8 +839,8 @@ class dcCore
|
||||
@@ -941,8 +941,8 @@ class dcCore
|
||||
}
|
||||
|
||||
if ($cur->isField('user_pwd')) {
|
||||
|
|
Loading…
Reference in a new issue