• Miikka

    (@miikkamakela)


    PHP Warning: The magic method Delightful_Downloads::__wakeup() must have public visibility

    Could this be fixed?

Viewing 1 replies (of 1 total)
  • Go to /wp-content/plugins/delightful-downloads/delightful-downloads.php on line 75 and change:

    protected function __wakeup() {
    }

    to

    public function __wakeup() {
    }
Viewing 1 replies (of 1 total)
  • You must be logged in to reply to this topic.