summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--calendario.module2
1 files changed, 1 insertions, 1 deletions
diff --git a/calendario.module b/calendario.module
index 8aee2c1..c839472 100644
--- a/calendario.module
+++ b/calendario.module
@@ -59,7 +59,7 @@ function calendario_widget($view = NULL) {
$date = isset($view->args[1]) ? '/'. $view->args[1] : '';
//$argument = $path[2];
$argument = isset($view->args[0]) ? '/'. $view->args[0] : '';
- $link = $type . $argument .'/'. $period . $date
+ $link = $type . $argument .'/'. $period . $date;
break;
}