Skip to content

Commit

Permalink
Fix settings not showing.
Browse files Browse the repository at this point in the history
  • Loading branch information
ghengeveld committed Aug 30, 2012
1 parent fa84779 commit 32378c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/notifier/notifier.php
Expand Up @@ -132,7 +132,7 @@
'SETTINGS_FORM_AREA_DESC' => $area['description'],
'SETTINGS_FORM_AREA_FREQUENCY' => cot_selectbox(cot_notifier_frequency_get($code), "frequencies[$code]", $freq_codes, $freq_titles, false)
));
$t->parse('MAIN.SETTINGS.AREA');
$t->parse('MAIN.AREA');
}
$t->assign(array(
'SETTINGS_FORM_URL' => cot_url('notifier', 'a=settings'),
Expand Down

0 comments on commit 32378c9

Please sign in to comment.