projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9d64dca
)
Fix typo (Bug #8950).
author
Jan Schneider
<jan@horde.org>
Thu, 15 Apr 2010 14:23:54 +0000
(16:23 +0200)
committer
Jan Schneider
<jan@horde.org>
Thu, 15 Apr 2010 14:24:24 +0000
(16:24 +0200)
mnemo/lib/Application.php
patch
|
blob
|
history
diff --git
a/mnemo/lib/Application.php
b/mnemo/lib/Application.php
index
3633cbc
..
ae3596d
100644
(file)
--- a/
mnemo/lib/Application.php
+++ b/
mnemo/lib/Application.php
@@
-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;
}