Skip to content

Commit

Permalink
[mms] Fix determination of preferred backend (Bug #13548).
Browse files Browse the repository at this point in the history
  • Loading branch information
slusarz committed Nov 3, 2014
1 parent 1c3db6f commit 72b1da6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions ingo/docs/CHANGES
Expand Up @@ -2,6 +2,7 @@
v3.2.3-git
----------

[mms] Fix determination of preferred backend (Bug #13548).


------
Expand Down
2 changes: 1 addition & 1 deletion ingo/lib/Session.php
Expand Up @@ -126,7 +126,7 @@ static protected function _getBackend()
foreach ($val['preferred'] as $v) {
if (($v == $_SERVER['SERVER_NAME']) ||
($v == $_SERVER['HTTP_HOST'])) {
$backend = $v;
$backend = $val;
}
}
} elseif (($val['preferred'] == $_SERVER['SERVER_NAME']) ||
Expand Down
4 changes: 2 additions & 2 deletions ingo/package.xml
Expand Up @@ -33,7 +33,7 @@
</stability>
<license uri="http://www.horde.org/licenses/apache">ASL</license>
<notes>
*
* [mms] Fix determination of preferred backend (Bug #13548).
</notes>
<contents>
<dir baseinstalldir="/" name="/">
Expand Down Expand Up @@ -1522,7 +1522,7 @@
<date>2014-10-29</date>
<license uri="http://www.horde.org/licenses/apache">ASL</license>
<notes>
*
* [mms] Fix determination of preferred backend (Bug #13548).
</notes>
</release>
</changelog>
Expand Down

0 comments on commit 72b1da6

Please sign in to comment.