From: Silvio Rhatto Date: Wed, 8 Aug 2012 22:39:46 +0000 (-0300) Subject: Oops (2) X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=53c97d3fa0b81985ac91b3ad89165134a2c82c9d;p=drupal%2Fcalendario.git Oops (2) --- 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; }