Skip to content

Commit

Permalink
Actually check the application we are interested in for this feature.
Browse files Browse the repository at this point in the history
Possibly fixes Bug: 14098
  • Loading branch information
mrubinsk committed Oct 20, 2015
1 parent 5b2bf40 commit 4b48207
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion framework/Core/lib/Horde/Core/Factory/Alarm.php
Expand Up @@ -155,7 +155,7 @@ public function load($user = null, $preload = true)

foreach ($apps as $app) {
if ($changed) {
if (!$registry->hasFeature('alarmHandler')) {
if (!$registry->hasFeature('alarmHandler', $app)) {
continue;
}
$save[] = $app;
Expand Down

0 comments on commit 4b48207

Please sign in to comment.