Skip to content

Commit

Permalink
Fix pref name.
Browse files Browse the repository at this point in the history
Fixes missing notepads in the syncronization prefs.
  • Loading branch information
mrubinsk committed Dec 27, 2013
1 parent d677640 commit 55fb561
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mnemo/config/prefs.php
Expand Up @@ -105,7 +105,7 @@
$enum[$key] = Mnemo::getLabel($list);
}
}
$ui->prefs['sync_lists']['enum'] = $enum;
$ui->prefs['sync_notepads']['enum'] = $enum;
},
'on_change' => function() {
$sync = @unserialize($GLOBALS['prefs']->getValue('sync_notepads'));
Expand Down

0 comments on commit 55fb561

Please sign in to comment.