From 0161fd5a88dedee9184dffe88fb66a9b261b7a99 Mon Sep 17 00:00:00 2001 From: mistic100 Date: Wed, 2 Jul 2014 21:07:16 +0000 Subject: bug 3002: Two classes with the same name : Calendar git-svn-id: http://piwigo.org/svn/trunk@28926 68402e56-0260-453c-a942-63ccdbb3a9ee --- include/calendar_monthly.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/calendar_monthly.class.php') diff --git a/include/calendar_monthly.class.php b/include/calendar_monthly.class.php index b9c845536..9ab38aee7 100644 --- a/include/calendar_monthly.class.php +++ b/include/calendar_monthly.class.php @@ -38,7 +38,7 @@ define('CDAY', 2); /** * Monthly calendar style (composed of years/months and days) */ -class Calendar extends CalendarBase +class CalendarMonthly extends CalendarBase { /** * Initialize the calendar. -- cgit v1.2.3