Changeset 1826586
- Timestamp:
- 02/22/2018 12:36:29 AM (8 years ago)
- Location:
- displetreader-wordpress-plugin/trunk
- Files:
-
- 2 edited
-
controller/users/leads/class-displet-rets-idx-viewed-searches-controller.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
displetreader-wordpress-plugin/trunk/controller/users/leads/class-displet-rets-idx-viewed-searches-controller.php
r1484175 r1826586 7 7 $user_id = get_current_user_id(); 8 8 if ( $user_id != 0 && current_user_can( 'displet_save_searches' ) && !current_user_can( self::$_capabilities['view_leads'] ) ) { 9 $user_searches = get_user_meta( $user_id, 'displet_user_hashes', true );9 $user_searches = (array) get_user_meta( $user_id, 'displet_user_hashes', true ); 10 10 $user_searches[] = $_POST['last_hash']; 11 11 $user_searches_count = count( $user_searches ); -
displetreader-wordpress-plugin/trunk/readme.txt
r1785784 r1826586 6 6 Tags: real estate, rets, idx, listings, realty, mls, agent, realtor 7 7 Requires at least: 3.2 8 Tested up to: 4. 4.19 Stable tag: 2.2. 58 Tested up to: 4.9.4 9 Stable tag: 2.2.6 10 10 License: GPLv2 or later 11 11 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 40 40 41 41 == Changelog == 42 43 = 2.2.6 = 44 * Fixed error due to PHP 7.1 incompatibility 42 45 43 46 = 2.2.5 =
Note: See TracChangeset
for help on using the changeset viewer.