aboutsummaryrefslogtreecommitdiffstats
path: root/year.php
diff options
context:
space:
mode:
Diffstat (limited to 'year.php')
-rw-r--r--year.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/year.php b/year.php
index 22a47ba..f795efe 100644
--- a/year.php
+++ b/year.php
@@ -112,13 +112,13 @@ $page->replace_tags(array(
));
-if ($allow_preferences != 'yes') {
+if ($phpiCal_config->allow_preferences != 'yes') {
$page->replace_tags(array(
'allow_preferences' => ''
));
}
-if ($allow_login == 'yes') {
+if ($phpiCal_config->allow_login == 'yes') {
$page->replace_tags(array(
'l_invalid_login' => $lang['l_invalid_login'],
'l_password' => $lang['l_password'],

© 2014-2024 Faster IT GmbH | imprint | privacy policy