aboutsummaryrefslogtreecommitdiffstats
path: root/functions/template.php
diff options
context:
space:
mode:
Diffstat (limited to 'functions/template.php')
-rw-r--r--functions/template.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/functions/template.php b/functions/template.php
index 5535f69..5470bf9 100644
--- a/functions/template.php
+++ b/functions/template.php
@@ -1062,7 +1062,7 @@ class Page {
$file = str_replace("templates/$phpiCal_config->template","templates/default",$file);
}
if (!is_file($file)){
- exit(error($lang['l_error_path']." template 1065", $file));
+ exit(error($lang['l_error_path'], $file));
}
ob_start();
include($file);

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