mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
[ticket/13961] Fix compatibility issue with parent class
PHPBB3-13961
This commit is contained in:
parent
a34a65afdc
commit
050de400d7
1 changed files with 1 additions and 1 deletions
|
@ -88,7 +88,7 @@ class ordered_service_collection extends service_collection
|
|||
* @param string $service_id
|
||||
* @param int $order
|
||||
*/
|
||||
public function add($service_id, $order)
|
||||
public function add($service_id, $order = 0)
|
||||
{
|
||||
if ($this->is_ordered)
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue