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 b8b4ac3 commit c4432f5
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
2 changes: 1 addition & 1 deletion horde/admin/signup_confirm.php
Original file line number Diff line number Diff line change
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
7 changes: 7 additions & 0 deletions horde/docs/CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@ v5.3.0-git
#13200).


------
v5.2.1
------

[mms] Fix fatal error in signup confirmation script.


------
v5.2.0
------
Expand Down
6 changes: 3 additions & 3 deletions horde/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
</stability>
<license uri="http://www.horde.org/licenses/lgpl">LGPL-2</license>
<notes>
* [mms] Add the 'time_format_mini' preference.
* [mms] Add the &apos;time_format_mini&apos; preference.
* [mjr] Display ActiveSync client lastSyncTime in user&apos;s timezone (Request #13200).
</notes>
<contents>
Expand Down Expand Up @@ -3966,7 +3966,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.
</notes>
</release>
<release>
Expand All @@ -3979,7 +3979,7 @@
<date>2014-06-04</date>
<license uri="http://www.horde.org/licenses/lgpl">LGPL-2</license>
<notes>
* [mms] Add the 'time_format_mini' preference.
* [mms] Add the &apos;time_format_mini&apos; preference.
* [mjr] Display ActiveSync client lastSyncTime in user&apos;s timezone (Request #13200).
</notes>
</release>
Expand Down

0 comments on commit c4432f5

Please sign in to comment.