projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1661b58
)
Fix method name.
author
Jan Schneider
<jan@horde.org>
Wed, 22 Dec 2010 22:45:55 +0000
(23:45 +0100)
committer
Jan Schneider
<jan@horde.org>
Wed, 22 Dec 2010 22:50:02 +0000
(23:50 +0100)
kronolith/lib/Application.php
patch
|
blob
|
history
diff --git
a/kronolith/lib/Application.php
b/kronolith/lib/Application.php
index
66fe303
..
c2a7d6c
100644
(file)
--- a/
kronolith/lib/Application.php
+++ b/
kronolith/lib/Application.php
@@
-197,7
+197,7
@@
class Kronolith_Application extends Horde_Registry_Application
if (!empty($conf['alarms']['driver']) &&
!$prefs->isLocked('event_alarms') &&
!$prefs->isLocked('event_alarms_select')) {
- Horde_Core_Prefs_Ui_Widgets::alarm
i
nit();
+ Horde_Core_Prefs_Ui_Widgets::alarm
I
nit();
}
break;