@@ -74,7 +74,7 @@ discard block |
||
74 | 74 | $end = $this->dbObject('End'); |
75 | 75 | return DBField::create_field( |
76 | 76 | 'HTMLText', |
77 | - 'Count down to ' . $end->Date() . ' ' . $end->Time() |
|
77 | + 'Count down to '.$end->Date().' '.$end->Time() |
|
78 | 78 | )->Summary(20); |
79 | 79 | } |
80 | 80 | |
@@ -93,7 +93,7 @@ discard block |
||
93 | 93 | */ |
94 | 94 | public function getType() |
95 | 95 | { |
96 | - return _t(__CLASS__ . '.BlockType', 'Countdown'); |
|
96 | + return _t(__CLASS__.'.BlockType', 'Countdown'); |
|
97 | 97 | } |
98 | 98 | |
99 | 99 | /** |