| Anonymous | Login | 05-25-2013 08:54 AM | ![]() |
| My View | View Issues |
| View Issue Details [ Jump to Notes ] | [ Print ] | |||||
| ID | Project | Category | View Status | Date Submitted | Last Update | |
| 0004999 | SMF 2.1 | Core Feature | public | 2012-08-06 08:47 | 2012-08-23 14:01 | |
| Reporter | feline | |||||
| Priority | normal | Severity | minor | Reproducibility | always | |
| Status | resolved | Resolution | fixed | |||
| Platform | OS | OS Version | ||||
| Summary | 0004999: $context['browser'] array not correct filled | |||||
| Description | try a code like: if($context['browser']['is_ie'] || $context['browser']['is_opera']) returns error if a other browser used. The $context['browser'] array holds ONLY the detected browser. Strong incompatibility with SMF 2.0x | |||||
| Tags | No tags attached. | |||||
| Attached Files | ||||||
Notes |
|
|
(0014686) Spuds (Developer) 2012-08-23 14:00 |
commit 6d0d9a8bd82209a925048151dadb6bb49eb595b4 ... add in a few missing keys to the historical browser array for compatability Note that going forward its best to use isBrowser('???') and not depend on the older $context['browser'][] array |





