summaryrefslogtreecommitdiff
path: root/library/WT/Date/French.php
diff options
context:
space:
mode:
Diffstat (limited to 'library/WT/Date/French.php')
-rw-r--r--library/WT/Date/French.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/WT/Date/French.php b/library/WT/Date/French.php
index 481791b32f..7c48c6a7e4 100644
--- a/library/WT/Date/French.php
+++ b/library/WT/Date/French.php
@@ -156,7 +156,7 @@ class WT_Date_French extends WT_Date_Calendar {
}
// Years were written using roman numerals
- function FormatLongYear() {
+ protected function FormatLongYear() {
return $this->NumToRoman($this->y);
}
}