Skip to content

Commit

Permalink
Bugfix
Browse files Browse the repository at this point in the history
correction optarif
  • Loading branch information
BmdOnline committed Sep 20, 2016
1 parent 9979695 commit 3d1f022
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions json.php
Original file line number Diff line number Diff line change
Expand Up @@ -107,10 +107,7 @@ function instantly () {

if ($config["afficheIndex"] && !$optarif)
{
$tab_optarif = getOPTARIF(false);
$optarif = $tab_optarif["OPTARIF"];
} else {
$optarif = null;
$optarif = getOPTARIF(false);
}

$query = queryInstantly($optarif);
Expand Down

0 comments on commit 3d1f022

Please sign in to comment.