Changeset 2455110
- Timestamp:
- 01/12/2021 08:14:48 PM (5 years ago)
- Location:
- lockr/trunk
- Files:
-
- 2 edited
-
lockr-secure-posts.php (modified) (2 diffs)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
lockr/trunk/lockr-secure-posts.php
r2088626 r2455110 99 99 $hash_pass = get_option( 'lockr_hash_pass' ); 100 100 101 if ( class_exists( Pantheon_sessions) && ! empty( $hash_pass ) ) {101 if ( class_exists( 'Pantheon_sessions' ) && ! empty( $hash_pass ) ) { 102 102 103 103 session_start(); … … 155 155 } else { 156 156 $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 ) ) { 158 158 $_SESSION['current_post'] = $post->ID; 159 159 if ( isset( $_SESSION[ 'post_' . $post->ID ] ) ) { -
lockr/trunk/readme.txt
r2283783 r2455110 79 79 == Changelog == 80 80 81 = 3.0.3 = 82 This is a minor fix that cleans up an incompatibility with upcoming versions of PHP. 83 81 84 = 3.0.2 = 82 85 **Attention Pantheon Users**
Note: See TracChangeset
for help on using the changeset viewer.