Skip to content

Commit

Permalink
Fix a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Chuck Hagenbuch committed Dec 27, 2013
1 parent 0271deb commit 08965c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mnemo/config/prefs.php
Expand Up @@ -96,7 +96,7 @@
'desc' => _("Select the notepads that, in addition to the default, should be used for synchronization with external devices:"),
'on_init' => function($ui) {
$enum = array();
$sync = @unserialize($GLOBALS['prefs']->getValue('sync_notpads'));
$sync = @unserialize($GLOBALS['prefs']->getValue('sync_notepads'));
if (empty($sync)) {
$GLOBALS['prefs']->setValue('sync_notepads', serialize(array(Mnemo::getDefaultNotepad())));
}
Expand Down

0 comments on commit 08965c8

Please sign in to comment.