Skip to content

Commit

Permalink
The 'vacation' pref needs migration too.
Browse files Browse the repository at this point in the history
It contains serialized information.
  • Loading branch information
yunosh committed Nov 15, 2016
1 parent b09e897 commit dbba6ac
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ingo/lib/LoginTasks/SystemTask/Upgrade.php
Expand Up @@ -44,7 +44,8 @@ protected function _upgrade($version)
case '2.0':
/* Upgrade to the new preferences storage format. */
$upgrade_prefs = array(
'rules'
'rules',
'vacation',
);

$GLOBALS['injector']->getInstance('Horde_Core_Prefs_Storage_Upgrade')->upgradeSerialized($GLOBALS['prefs'], $upgrade_prefs);
Expand Down
1 change: 1 addition & 0 deletions ingo/package.xml
Expand Up @@ -1735,6 +1735,7 @@
<date>2016-09-06</date>
<license uri="http://www.horde.org/licenses/apache">ASL</license>
<notes>
* [jan] Convert vacation rules in preference backend from Ingo &lt; 2.0.
* [jan] Fix some edge cases with Sieve vacation rules with date limits (Bug #14486).
</notes>
</release>
Expand Down

0 comments on commit dbba6ac

Please sign in to comment.