JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
fix require_once() paths
[wfpl.git] / calendar.php
index 0cdeab8..4966abb 100644 (file)
@@ -35,7 +35,7 @@
 
 
 
-require_once(__DIR__ . '/template.php');
+require_once(__DIR__.'/'.'template.php');
 
 function calendar_week(&$template) {
        $template->sub('week');