• /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 9 years, 2 months ago by billmedina.

The topic ‘Fix for PHP 7 compatibility’ is closed to new replies.