Skip to content
Snippets Groups Projects
Commit 17958504 authored by Demian Katz's avatar Demian Katz
Browse files

Style fix.

parent 0cbf1d97
No related merge requests found
...@@ -583,7 +583,8 @@ class BrowseController extends AbstractBase ...@@ -583,7 +583,8 @@ class BrowseController extends AbstractBase
if (isset($result[$facet])) { if (isset($result[$facet])) {
// Sort facets alphabetically if configured to do so: // Sort facets alphabetically if configured to do so:
if (isset($this->config->Browse->alphabetical_order) if (isset($this->config->Browse->alphabetical_order)
&& $this->config->Browse->alphabetical_order) { && $this->config->Browse->alphabetical_order
) {
if (isset($this->config->Site->locale)) { if (isset($this->config->Site->locale)) {
setlocale(LC_ALL, $this->config->Site->locale . ".utf8"); setlocale(LC_ALL, $this->config->Site->locale . ".utf8");
$callback = function ($a, $b) { $callback = function ($a, $b) {
......
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