Skip to content

Commit

Permalink
[mms] Fix fatal error in signup confirmation script.
Browse files Browse the repository at this point in the history
  • Loading branch information
slusarz committed Jul 11, 2014
1 parent 10ff8f1 commit 8e4d47f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion horde/admin/signup_confirm.php
Expand Up @@ -11,7 +11,7 @@
* @package Horde
*/

require_once __DIR__ . '/../lib/base.php';
require_once __DIR__ . '/../lib/Application.php';
Horde_Registry::appInit('horde', array('authentication' => 'none'));

$vars = $injector->getInstance('Horde_Variables');
Expand Down
1 change: 1 addition & 0 deletions horde/docs/CHANGES
Expand Up @@ -2,6 +2,7 @@
v5.2.1-git
----------

[mms] Fix fatal error in signup confirmation script.
[mjr] Fix removing ActiveSync device state from administrative interface when
multiple user accounts exist on the same device (Bug #13336).

Expand Down
2 changes: 2 additions & 0 deletions horde/package.xml
Expand Up @@ -39,6 +39,7 @@
</stability>
<license uri="http://www.horde.org/licenses/lgpl">LGPL-2</license>
<notes>
* [mms] Fix fatal error in signup confirmation script.
* [mjr] Fix removing ActiveSync device state from administrative interface when multiple user accounts exist on the same device (Bug #13336).
</notes>
<contents>
Expand Down Expand Up @@ -3951,6 +3952,7 @@
<date>2014-07-08</date>
<license uri="http://www.horde.org/licenses/lgpl">LGPL-2</license>
<notes>
* [mms] Fix fatal error in signup confirmation script.
* [mjr] Fix removing ActiveSync device state from administrative interface when multiple user accounts exist on the same device (Bug #13336).
</notes>
</release>
Expand Down

0 comments on commit 8e4d47f

Please sign in to comment.