Commit 3f66d80c by bernard

64/65

parent ebc81e45
......@@ -30,7 +30,8 @@ class Parser
if(empty($key)) {
$this->arrayStream[$locale] = null;
} else {
$url = $options['url'].$options['ot_key'].'/'.$key.'/Objects?$format=JSON';
// $url = $options['url'].$options['ot_key'].'/'.$key.'/Objects?$format=JSON';
$url = $options['url'].$key.'/Objects?$format=JSON';
$this->getStreamAsArray($url, $locale);
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment