Plugin Directory

Changeset 1071694


Ignore:
Timestamp:
01/20/2015 01:16:07 PM (11 years ago)
Author:
Travelgrove
Message:

Notice-level errors fixed

Location:
travel-search
Files:
134 added
2 edited

Legend:

Unmodified
Added
Removed
  • travel-search/trunk/controllers/controller-base.php

    r1044744 r1071694  
    4242        /** making the actual shortcode value hookable  */
    4343        $this->shortcode_tg_searchboxes = apply_filters('tg_searchboxes_shortcode', $this->shortcode_tg_searchboxes);
     44
     45        if (!isset($this->options['cruiseline'])) {
     46            $this->options['cruiseline'] = null;
     47        }
     48        if (!isset($this->options['destination'])) {
     49            $this->options['destination'] = null;
     50        }
     51        if (!isset($this->options['length_of_stay'])) {
     52            $this->options['length_of_stay'] = null;
     53        }
     54        if (!isset($this->options['month_year'])) {
     55            $this->options['month_year'] = null;
     56        }
     57
    4458        return;
    4559    }
  • travel-search/trunk/readme.txt

    r1044744 r1071694  
    55Requires at least: 3.1
    66Tested up to: 4.0.1
    7 Stable tag: 1.4
     7Stable tag: 1.4.1
    88
    99Search and Compare major travel websites for cheapest flights, hotels, car rentals and vacation packages in this one-step travel search engine.
     
    109109== Changelog ==
    110110
     111= 1.4.1 =
     112 * Some Notice-level errors were fixed
     113
    111114= 1.4 =
    112115 * Cruise search implemented
Note: See TracChangeset for help on using the changeset viewer.