mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-03-28 17:42:57 +01:00
Merged revision(s) r26865 from trunk:
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/branches/2.6@26866 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user