• Resolved RCooLeR

    (@rcooler)


    /wp-content/plugins/download-manager/libs/class.User.php

    instead of
    if( ! class_exists("User") ):
    PLEEEEEASE set it to
    if( ! class_exists(User::class) ):

    You are using namespaces – do that right way!!!!

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘URGENT! User class declaration broken’ is closed to new replies.