• billmedina

    (@billmedina)


    /wp-content/plugins/legull/lib/parsedown.php line 915

    Change the line:
    $markup .= $this->$Element['handler']($Element['text']);

    To:
    $markup .= $this->{$Element['handler']}($Element['text']);

    • This topic was modified 8 years ago by billmedina.
  • The topic ‘Fix for PHP 7 compatibility’ is closed to new replies.