Fixed issues with the station Pop-Ups.
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.
Please register or sign in to comment