Viewing 1 replies (of 1 total)
  • Thread Starter Martin Stehle

    (@hinjiriyo)

    I just changed

    if (!$collection[$code]) {

    to

    if (!isset($collection[$code])) {

    and the notice disappeared.

Viewing 1 replies (of 1 total)
  • The topic ‘'Undefined index' on options page’ is closed to new replies.