• In functions init(), $this->captions is re-assigned with scalar values. Corrected code is:


    function init()

    {

    global $sem_theme_captions;

    if ( isset($sem_theme_captions) )

    {

    $sem_theme_captions->register($this->captions);

    }

    else

    {

    array_walk($this->captions, '__');

    }

    } # end init()

Viewing 1 replies (of 1 total)
  • actually, $sem_theme_captions returns the modified captions, so the fix is slightly different, but thanks for the bug report.

    a corrected versions of each plugin concerned is being upload as I write.

Viewing 1 replies (of 1 total)
  • The topic ‘A bug in Subscribe me 2.0RC6’ is closed to new replies.