diff options
author | mistic100 <mistic@piwigo.org> | 2014-07-02 21:07:16 +0000 |
---|---|---|
committer | mistic100 <mistic@piwigo.org> | 2014-07-02 21:07:16 +0000 |
commit | 0161fd5a88dedee9184dffe88fb66a9b261b7a99 (patch) | |
tree | 6d010301f3b072e7e9f5afa4d25bda28db875a15 /include/calendar_monthly.class.php | |
parent | fa832428fa744c0c907611c4343a94c9e8e56ff0 (diff) |
bug 3002: Two classes with the same name : Calendar
git-svn-id: http://piwigo.org/svn/trunk@28926 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'include/calendar_monthly.class.php')
-rw-r--r-- | include/calendar_monthly.class.php | 2 |
1 files changed, 1 insertions, 1 deletions
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. |