diff options
author | mistic100 <mistic@piwigo.org> | 2014-01-18 15:15:53 +0000 |
---|---|---|
committer | mistic100 <mistic@piwigo.org> | 2014-01-18 15:15:53 +0000 |
commit | 4cbc723d2a20d72f1c5e0fc18549a776c5879adf (patch) | |
tree | b77fc28a92e671e1c6120816e30843a379a2a950 /include/calendar_base.class.php | |
parent | 4a2ee2dfd7f83063b6564fa98a6850b24ba4d6c6 (diff) |
bug 3025: Fatal error: Declaration of Calendar::get_date_where() must be compatible with that of CalendarBase::get_date_where()
git-svn-id: http://piwigo.org/svn/trunk@26865 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'include/calendar_base.class.php')
-rw-r--r-- | include/calendar_base.class.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/calendar_base.class.php b/include/calendar_base.class.php index e1b24bfea..ac2d33ce2 100644 --- a/include/calendar_base.class.php +++ b/include/calendar_base.class.php @@ -51,7 +51,7 @@ abstract class CalendarBase * @param int $max_levels (e.g. 2=only year and month) * @return string */ - abstract function get_date_where($max_levels); + abstract function get_date_where($max_levels=3); /** * Initialize the calendar. |