Commit 4eacb509 authored by Bas de Nooijer's avatar Bas de Nooijer

Styling fix

parent 2c7bd3d9
...@@ -58,7 +58,7 @@ class Solarium_Client_ResponseParser_MoreLikeThis extends Solarium_Client_Respon ...@@ -58,7 +58,7 @@ class Solarium_Client_ResponseParser_MoreLikeThis extends Solarium_Client_Respon
$query = $result->getQuery(); $query = $result->getQuery();
$parseResult = parent::parse($result); $parseResult = parent::parse($result);
if (isset($data['interestingTerms']) and 'none' != $query->getInterestingTerms()) { if (isset($data['interestingTerms']) && 'none' != $query->getInterestingTerms()) {
$terms = $data['interestingTerms']; $terms = $data['interestingTerms'];
if ('details' == $query->getInterestingTerms()) { if ('details' == $query->getInterestingTerms()) {
$tempTerms = array(); $tempTerms = array();
......
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