• Resolved Anatolie

    (@toleanu)


    Hello,

    you have an error in the code when saving transient

    wp-content/plugins/really-simple-ssl/class-admin.php:3017

    set_transient( 'rsssl_plusone_count', $count, 'WEEK_IN_SECONDS' );

    Should be WEEK_IN_SECONDS (without quotes):

    set_transient( 'rsssl_plusone_count', $count, WEEK_IN_SECONDS );

    Please fix for future releases as now the plugin makes too many requests to home url,
    regards.

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Transient expire value bug’ is closed to new replies.