Skip to content
Snippets Groups Projects
Commit 9c3389ff authored by Carsten  Rose's avatar Carsten Rose
Browse files

Merge branch 'B12484ConfigRenderBothToSingle' into 'develop'

B12484 config render both to single

See merge request !378
parents c600628e b386f1a6
No related branches found
No related tags found
2 merge requests!403Button is seperated in own div with class row and col-md-12. Now it will be...,!378B12484 config render both to single
Pipeline #6647 passed
...@@ -10,7 +10,7 @@ GIT_REVISION_LONG = $(shell git rev-parse HEAD || true) ...@@ -10,7 +10,7 @@ GIT_REVISION_LONG = $(shell git rev-parse HEAD || true)
VAR_TMP=/var/tmp/qfq_$(USER) VAR_TMP=/var/tmp/qfq_$(USER)
EXTENSION_CONTENT = Classes Configuration Resources ext_emconf.php ext_localconf.php ext_tables.php ext_icon.png ext_conf_template.txt config-example.qfq.php RELEASE.txt vendor EXTENSION_CONTENT = Classes Configuration Resources ext_emconf.php ext_localconf.php ext_tables.php ext_icon.png ext_conf_template.txt example.qfq.json RELEASE.txt vendor
DISTDIR=dist DISTDIR=dist
......
...@@ -212,8 +212,9 @@ class DatabaseUpdate { ...@@ -212,8 +212,9 @@ class DatabaseUpdate {
*/ */
private function checkT3QfqConfig($old, $new) { private function checkT3QfqConfig($old, $new) {
if ($new == $old) { if ($new == $old || $old===false ) {
return; return;
} }
if (version_compare($old, '20.2.0') == -1) { if (version_compare($old, '20.2.0') == -1) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment