Skip to content

Commit

Permalink
Sqlite problem solved
Browse files Browse the repository at this point in the history
  • Loading branch information
Vitexus committed Apr 12, 2024
1 parent b69e0e0 commit 4122ce3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/MultiFlexi/Application.php
Expand Up @@ -298,9 +298,9 @@ public function importAppJson($jsonFile)
}
}

// if(array_key_exists('topics', $importData) === false){
// $this->addStatusMessage(_('Topics field not present. '), 'warning');
// }
if(array_key_exists('topics', $importData) === false){
$this->addStatusMessage(_('Topics field not present. '), 'warning');
}

if ($currentVersion == $newVersion) {
$this->addStatusMessage('🧩📦 ' . $importData['name'] . '(' . $currentVersion . ') already present', 'info');
Expand Down
1 change: 1 addition & 0 deletions tests/multiflexi_probe.multiflexi.app.json
Expand Up @@ -10,6 +10,7 @@
"homepage": "https://github.com/VitexSoftware/MultiFlexi",
"ociimage": "docker.io/vitexsoftware/multiflexi-probe",
"uuid": "775ed801-2489-4981-bc14-d8a01cba1938",
"topics": "multiflexi,probe,task launcher,testing,tool,👁‍🗨",
"version": "0.1.0",
"environment": {
"FILE_UPLOAD": {
Expand Down

0 comments on commit 4122ce3

Please sign in to comment.