Plugin Directory

Changeset 2455110


Ignore:
Timestamp:
01/12/2021 08:14:48 PM (5 years ago)
Author:
tynor
Message:

Deploy from Git

Location:
lockr/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • lockr/trunk/lockr-secure-posts.php

    r2088626 r2455110  
    9999    $hash_pass = get_option( 'lockr_hash_pass' );
    100100
    101     if ( class_exists( Pantheon_sessions ) && ! empty( $hash_pass ) ) {
     101    if ( class_exists( 'Pantheon_sessions' ) && ! empty( $hash_pass ) ) {
    102102
    103103        session_start();
     
    155155    } else {
    156156        $hash_pass = get_option( 'lockr_hash_pass' );
    157         if ( class_exists( Pantheon_sessions ) && ! empty( $hash_pass ) ) {
     157        if ( class_exists( 'Pantheon_sessions' ) && ! empty( $hash_pass ) ) {
    158158            $_SESSION['current_post'] = $post->ID;
    159159            if ( isset( $_SESSION[ 'post_' . $post->ID ] ) ) {
  • lockr/trunk/readme.txt

    r2283783 r2455110  
    7979== Changelog ==
    8080
     81= 3.0.3 =
     82This is a minor fix that cleans up an incompatibility with upcoming versions of PHP.
     83
    8184= 3.0.2 =
    8285**Attention Pantheon Users**
Note: See TracChangeset for help on using the changeset viewer.