mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-02 14:57:37 +02:00
[ticket/13961] Fix compatibility issue with parent class
PHPBB3-13961
This commit is contained in:
@@ -88,7 +88,7 @@ class ordered_service_collection extends service_collection
|
|||||||
* @param string $service_id
|
* @param string $service_id
|
||||||
* @param int $order
|
* @param int $order
|
||||||
*/
|
*/
|
||||||
public function add($service_id, $order)
|
public function add($service_id, $order = 0)
|
||||||
{
|
{
|
||||||
if ($this->is_ordered)
|
if ($this->is_ordered)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user