Plugin Directory

Changeset 644036


Ignore:
Timestamp:
12/24/2012 11:08:05 AM (13 years ago)
Author:
6Scan
Message:

Fixed a bug where new users would sometimes see a "register" reminder after registration

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 6scan-protection/trunk/admin/includes/installation.php

    r642435 r644036  
    6565    if ( sixscan_common_is_partner_version() )
    6666        sixscan_installation_partner_mark_install_tried();
     67
     68    /* Since registration is now on the client side, we no longer have to wait for server activation */
     69    sixscan_common_set_account_operational( TRUE );
    6770}
    6871
Note: See TracChangeset for help on using the changeset viewer.