replaced deprecated function
This commit is contained in:
@ -124,7 +124,7 @@ class OCOrganisationController extends ControllerBase implements ContainerInject
|
||||
]));
|
||||
}
|
||||
else {
|
||||
$link = $oc_organisation->link($date);
|
||||
$link = $oc_organisation->toLink($date)->toString();
|
||||
}
|
||||
|
||||
$row = [];
|
||||
|
Reference in New Issue
Block a user