Skip to content

Commit

Permalink
EE 2.6 deprecated notice fix
Browse files Browse the repository at this point in the history
  • Loading branch information
amphibian committed Jun 18, 2013
1 parent 5241c53 commit bd91558
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions third_party/reegion_select/ft.reegion_select.php
Expand Up @@ -27,9 +27,9 @@ class Reegion_select_ft extends EE_Fieldtype {
);


function Reegion_select_ft()
function __construct()
{
parent::EE_Fieldtype();
EE_Fieldtype::__construct();
$this->EE->lang->loadfile('reegion_select');
}

Expand Down Expand Up @@ -229,7 +229,7 @@ function display_var_tag($data, $params = array(), $tagdata = FALSE)


// Low Search support
function low_search_index($data)
function third_party_search_index($data)
{
// Make both codes and names searchable
$r = $data;
Expand Down

0 comments on commit bd91558

Please sign in to comment.