Projet

Général

Profil

Révision 8562532a

Ajouté par Jocelyn Dealande il y a environ 9 ans

bugfix when lat or lon is zero (thanks cthuluh !)

Voir les différences:

uploadReceive.php
47 47
  * nor false.
48 48
  */
49 49
  foreach($keys as $key) {
50
    if (!isset($list[$key]) || !$list[$key]) {
50
    if (!isset($list[$key]) || $list[$key] === false) {
51 51
      return false;
52 52
    }
53 53
  }

Formats disponibles : Unified diff