Skip to content

Commit

Permalink
English error (set set set)
Browse files Browse the repository at this point in the history
  • Loading branch information
José Enrique Coslado Santibáñez authored and José Enrique Coslado Santibáñez committed Mar 31, 2015
1 parent 5699dc8 commit 980260d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/doofinder_api.php
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,9 @@ function __construct($hashid, $api_key, $fromParams=false, $init_options = array
$this->zone = $zone_key_array[0];
$this->url = "http://" . $this->zone . self::URL_SUFFIX;
} else {
throw new DoofinderException("API Key is no properly setted.");
throw new DoofinderException("API Key is no properly set.");
}

if(array_key_exists('prefix', $init_options)){
if($init_options['prefix'] != ''){
$this->paramsPrefix = $init_options['prefix'];
Expand Down

0 comments on commit 980260d

Please sign in to comment.