Skip to content

Commit

Permalink
Update install.php
Browse files Browse the repository at this point in the history
  • Loading branch information
rjullien committed Jun 20, 2019
1 parent cf21092 commit 33fc93c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugin_info/install.php
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,8 @@ function MiFlora_update() {
//pour nouveau mode avec des antennes

// Activer les lignes suivantes des que le fallback a la version sans antenne peut etre supprime
if ($oldversion<318){
log::add('MiFlora', 'debug', 'version < 318, removing old connection id');
if ($oldversion<317){
log::add('MiFlora', 'debug', 'version < 317, removing old connection id');
if (config::byKey('user', 'MiFlora') != ""){
config::remove('user', 'MiFlora') ;
}
Expand Down

0 comments on commit 33fc93c

Please sign in to comment.