@@ -353,7 +353,7 @@ |
||
| 353 | 353 | $value = array_pop($relatedItemsFromForeignTable); |
| 354 | 354 | |
| 355 | 355 | // restore |
| 356 | - $this->configuration= $backupConfiguration; |
|
| 356 | + $this->configuration = $backupConfiguration; |
|
| 357 | 357 | $parentContentObject->data = $backupRecord; |
| 358 | 358 | } |
| 359 | 359 | |
@@ -248,7 +248,7 @@ |
||
| 248 | 248 | |
| 249 | 249 | // find the currently used option for this facet |
| 250 | 250 | foreach ($filterParameters as $key => $filter) { |
| 251 | - list($filterName, ) = explode(':', $filter); |
|
| 251 | + list($filterName,) = explode(':', $filter); |
|
| 252 | 252 | |
| 253 | 253 | if ($filterName == $this->facetName) { |
| 254 | 254 | $indexToReplace = $key; |