Fix typo (Bug #8950).
authorJan Schneider <jan@horde.org>
Thu, 15 Apr 2010 14:23:54 +0000 (16:23 +0200)
committerJan Schneider <jan@horde.org>
Thu, 15 Apr 2010 14:24:24 +0000 (16:24 +0200)
mnemo/lib/Application.php

index 3633cbc..ae3596d 100644 (file)
@@ -74,7 +74,7 @@ class Mnemo_Application extends Horde_Registry_Application
                 foreach (Mnemo::listNotepads() as $key => $val) {
                     $notepads[htmlspecialchars($key)] = htmlspecialchars($val->get('name'));
                 }
-                $ui->override['default_tasklist'] = $notepads;
+                $ui->override['default_notepad'] = $notepads;
             }
             break;
         }