Plugin Directory

Changeset 3275580


Ignore:
Timestamp:
04/17/2025 09:21:16 AM (8 months ago)
Author:
marcelsanting
Message:

Prepare for update

Location:
really-simple-ssl/trunk
Files:
28 added
1 edited

Legend:

Unmodified
Added
Removed
  • really-simple-ssl/trunk/security/wordpress/two-fa/class-rsssl-two-factor.php

    r3264343 r3275580  
    109109            ( new Rsssl_Two_Factor_On_Board_Api() );
    110110            if ( is_user_logged_in() ) {
    111                 ( new Rsssl_Two_Factor_Profile_Settings() );
     111                (Rsssl_Two_Factor_Profile_Settings::get_instance());
    112112            }
    113113
     
    141141        (new Rsssl_Two_Factor_On_Board_Api());
    142142        if(is_user_logged_in()) {
    143             (new Rsssl_Two_Factor_Profile_Settings());
     143            Rsssl_Two_Factor_Profile_Settings::get_instance();
    144144        }
    145145
Note: See TracChangeset for help on using the changeset viewer.