Index: trunk/extensions/SemanticResultFormats/Calendar/SRF_Calendar.php |
— | — | @@ -1,6 +1,6 @@ |
2 | 2 | <?php |
3 | 3 | |
4 | | -$wgAutoloadClasses['SRFCHistoricalDate'] = $srfgIP . '/Calendar/SRFC_HistoricalDate.php'; |
| 4 | +$wgAutoloadClasses['SRFCHistoricalDate'] = dirname( __FILE__ ) . '/SRFC_HistoricalDate.php'; |
5 | 5 | |
6 | 6 | /** |
7 | 7 | * Result printer that prints query results as a monthly calendar. |
— | — | @@ -206,7 +206,7 @@ |
207 | 207 | '2' => 'february', |
208 | 208 | '3' => 'march', |
209 | 209 | '4' => 'april', |
210 | | - '5' => 'may', |
| 210 | + '5' => 'may_long', |
211 | 211 | '6' => 'june', |
212 | 212 | '7' => 'july', |
213 | 213 | '8' => 'august', |