From 980260d905859e2cc627bc8e1f9b3938155fcbe5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Enrique=20Coslado=20Santib=C3=A1=C3=B1ez?= Date: Tue, 31 Mar 2015 17:12:34 +0200 Subject: [PATCH] English error (set set set) --- lib/doofinder_api.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/doofinder_api.php b/lib/doofinder_api.php index 7860687..d9b87c2 100644 --- a/lib/doofinder_api.php +++ b/lib/doofinder_api.php @@ -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'];