Skip to content
  • Eric - kg6wxc's avatar
    Fixed issues with the station Pop-Ups. · 6bee8703
    Eric - kg6wxc authored
    The array that was fixed for PHP 7.2.3 was not fixed right.
    This resulted in missing/inaccurate info in the station pop-ups.
    
    Part of the array was reinitializing when it should not have, since it
    was already created at that point.
    
    a pretty simple if (is_array()) { ... }else { ... } fixes it.
    6bee8703