mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-05 05:55:15 +02:00
[ticket/13961] Fix compatibility issue with parent class
PHPBB3-13961
This commit is contained in:
parent
a34a65afdc
commit
050de400d7
@ -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…
x
Reference in New Issue
Block a user