Skip to content

Commit ad01a03

Browse files
committed
Fix cleanupLegacyBalanceWidget missing parantheses
1 parent 37e5852 commit ad01a03

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

modules/registrars/openprovider/Controllers/Hooks/AdminWidgetController.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,9 @@ private function cleanupLegacyBalanceWidget(): void
3939
null,
4040
null
4141
);
42+
}
43+
}
44+
4245
public function showCrossSellWidget()
4346
{
4447
return new CrossSellWidget();

modules/registrars/openprovider/Controllers/Hooks/Widgets/BalanceWidget.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ private function getModuleVersionStatus(): string
110110
$curlError = curl_error($ch);
111111
curl_close($ch);
112112
logModuleCall(
113-
'Openprovider',
113+
'OpenProvider NL',
114114
'module version retrieval',
115115
'cURL error while retrieving Openprovider version',
116116
$curlError,

0 commit comments

Comments
 (0)