• 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)
  • Plugin Author Mark

    (@markwolters)

    Hi @toleanu,

    thank you for reporting this issue, it will be fixed in the next update.

    Mark

    Plugin Author Rogier Lankhorst

    (@rogierlankhorst)

    @toleanu this has been patched in the 4.0 development version, which will be released soon, so I’m closing this as resolved.

    Thanks for reporting it.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Transient expire value bug’ is closed to new replies.