X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs-website;a=blobdiff_plain;f=web%2Fcore%2Fmodules%2Fviews%2Fsrc%2FPlugin%2Fviews%2Fargument%2FMonthDate.php;fp=web%2Fcore%2Fmodules%2Fviews%2Fsrc%2FPlugin%2Fviews%2Fargument%2FMonthDate.php;h=a22824df8c2d5a09e5f68a9a16cca2278b3d5cf3;hp=17ce1b987b55ba50b35bfc2e7ae6d68628c5d9d3;hb=9917807b03b64faf00f6a1f29dcb6eafc454efa5;hpb=aea91e65e895364e460983b890e295aa5d5540a5 diff --git a/web/core/modules/views/src/Plugin/views/argument/MonthDate.php b/web/core/modules/views/src/Plugin/views/argument/MonthDate.php index 17ce1b987..a22824df8 100644 --- a/web/core/modules/views/src/Plugin/views/argument/MonthDate.php +++ b/web/core/modules/views/src/Plugin/views/argument/MonthDate.php @@ -24,7 +24,7 @@ class MonthDate extends Date { */ public function summaryName($data) { $month = str_pad($data->{$this->name_alias}, 2, '0', STR_PAD_LEFT); - return format_date(strtotime("2005" . $month . "15" . " 00:00:00 UTC" ), 'custom', $this->format, 'UTC'); + return format_date(strtotime("2005" . $month . "15" . " 00:00:00 UTC"), 'custom', $this->format, 'UTC'); } /**