@@ -163,10 +163,10 @@ |
||
163 | 163 | $sparql = $this->getSparql(); |
164 | 164 | $result = $sparql->queryConceptScheme($defaultcs); |
165 | 165 | } catch (EasyRdf\Http\Exception | EasyRdf\Exception $e) { |
166 | - if ($this->model->getConfig()->getLogCaughtExceptions()) { |
|
167 | - error_log('Caught exception: ' . $e->getMessage()); |
|
168 | - } |
|
169 | - return null; |
|
166 | + if ($this->model->getConfig()->getLogCaughtExceptions()) { |
|
167 | + error_log('Caught exception: ' . $e->getMessage()); |
|
168 | + } |
|
169 | + return null; |
|
170 | 170 | } |
171 | 171 | $conceptscheme = $result->resource($defaultcs); |
172 | 172 | $this->order = array( |