Skip to content

Commit

Permalink
bug 3025: Fatal error: Declaration of Calendar::get_date_where() must…
Browse files Browse the repository at this point in the history
… be compatible with that of CalendarBase::get_date_where()

git-svn-id: http://piwigo.org/svn/trunk@26865 68402e56-0260-453c-a942-63ccdbb3a9ee
  • Loading branch information
mistic100 committed Jan 18, 2014
1 parent 4a2ee2d commit 4cbc723
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/calendar_base.class.php
Expand Up @@ -51,7 +51,7 @@ abstract function generate_category_content();
* @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.
Expand Down

0 comments on commit 4cbc723

Please sign in to comment.