Skip to content

Commit

Permalink
Merge pull request #77 from RuthAdele/patch-2
Browse files Browse the repository at this point in the history
Fix syntax error (extra bracket)
  • Loading branch information
unclecheese committed May 21, 2015
2 parents 844e3e6 + 60f54ba commit 973125e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/CalendarEvent.php
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ public function getCMSFields() {
TextField::create(
"Location",
_t('Calendar.LOCATIONDESCRIPTION','The location for this event'),
), 'Content')
), 'Content'
);

$dt = _t('CalendarEvent.DATESANDTIMES','Dates and Times');
Expand Down

0 comments on commit 973125e

Please sign in to comment.