Skip to content

Commit

Permalink
Try to finish build
Browse files Browse the repository at this point in the history
  • Loading branch information
Vitexus committed Apr 12, 2024
1 parent 4a6bdd7 commit b69e0e0
Showing 1 changed file with 3 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

0 comments on commit b69e0e0

Please sign in to comment.