]> gitweb.fluxo.info Git - drupal/calendario.git/commitdiff
Oops (2)
authorSilvio Rhatto <rhatto@riseup.net>
Wed, 8 Aug 2012 22:39:46 +0000 (19:39 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Wed, 8 Aug 2012 22:39:46 +0000 (19:39 -0300)
calendario.module

index 8aee2c12985278ca9328eccb6e0a2073459f20b9..c839472cc5203670e41f077a4e749401a43e92a6 100644 (file)
@@ -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;
   }