• Hallo,
    found the following line in code of /lib/widget.php, wich i suppose it is a typing mistake:

    $selected = ( $instance['league'] == $league->id ) ? ' selected="seleccted"' : '';

    should be after my opinion:

    $selected = ( $instance['league'] == $league->id ) ? ' selected="selected"' : '';

    => not “cc” but “c” in “seleccted”.

    league manager Version 3.8.8.1
    /lib/widget.php

    code section:
    widget control panel
    function form ...
    line: 303

    https://www.ads-software.com/plugins/leaguemanager/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Wow, I don’t see this error, thanks :).

    Thread Starter petermaria

    (@petermaria)

    Well,

    between the lines 296 and 335 we see several times this code:

    selected="selected"

    But only in line 303 I read this:

    selected="seleccted"

    with kind regards

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Wrong code in widget.php ?’ is closed to new replies.