Invision Community 4: SEO, prepare for v5 and dormant account notifications By Matt Monday at 02:04 PM
Ilya Hoilik Posted May 23, 2020 Posted May 23, 2020 \IPS\Lang : 654 if ( \in_array( $k, array_keys( $this->words ) ) ) Maybe it is better to use \array_key_exists? if ( \array_key_exists( $k, $this->words ) ) I get this error when using CheckboxSet with multiple = true and member groups as options:
Solution Stuart Silvester Posted May 23, 2020 Solution Posted May 23, 2020 This looks like the same report as this topic:
Ilya Hoilik Posted May 23, 2020 Author Posted May 23, 2020 Quote Posted October 19, 2019 Martin A., CodingJungle and BomAle 3
Recommended Posts