Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author LaMonte Forthun

    (@lamontef)

    This should help you:

    To fix the problem update the core.php file which is in:
    leaguemanager->lib->core.php

    On line 361 you should see:
    echo “<div id=’message’ class=’updated fade’><p>”.$this->getMessage().”</p></div”;

    That line isn’t complete it needs a closing ‘>’, so the full line should be:
    echo “<div id=’message’ class=’updated fade’><p>”.$this->getMessage().”</p></div>”;

    Thread Starter zilkos

    (@zilkos)

    ok, thanks!!!!

    Thread Starter zilkos

    (@zilkos)

    Resolved!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Refresh leaquemanager after adding tems etc’ is closed to new replies.