From 53c97d3fa0b81985ac91b3ad89165134a2c82c9d Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Wed, 8 Aug 2012 19:39:46 -0300 Subject: Oops (2) --- calendario.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- cgit v1.2.3