aboutsummaryrefslogtreecommitdiffstats
path: root/error.php
diff options
context:
space:
mode:
authorJim Hu <jimhu@users.sourceforge.net>2006-04-10 00:42:34 +0000
committerJim Hu <jimhu@users.sourceforge.net>2006-04-10 00:42:34 +0000
commit73ee9222e0cd5aa8cc2435b3b7770bf68ba8a34e (patch)
tree7e65404662542f7e7a1cb61ce34305ded2758823 /error.php
parent40570d6f56291f390c3bbfab514ecfff7e40bec4 (diff)
downloadphpicalendar-73ee9222e0cd5aa8cc2435b3b7770bf68ba8a34e.tar.gz
phpicalendar-73ee9222e0cd5aa8cc2435b3b7770bf68ba8a34e.tar.bz2
phpicalendar-73ee9222e0cd5aa8cc2435b3b7770bf68ba8a34e.zip
modify to use default_path
Diffstat (limited to 'error.php')
-rw-r--r--error.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/error.php b/error.php
index 2ccf76c..bdda046 100644
--- a/error.php
+++ b/error.php
@@ -35,7 +35,7 @@ function error($error_msg='There was an error processing the request.', $file='N
));
$page->replace_tags(array(
- 'default_path' => $error_base,
+ 'default_path' => $default_path.'/',
'template' => $template,
'cal' => $cal,
'getdate' => $getdate,

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