Jump to content

\in_array in \IPS\Lang


Go to solution Solved by Stuart Silvester,

Recommended Posts

Posted

\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:

1885177528_2020-05-2321_16_242.thumb.png.8b87b58f0a03e5d1f02f1a81095eef9e.png

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...