Skip to content

Commit e5dda7b

Browse files
committed
work on the disable events for plugins adding whatever code is missing for each ofthe various addons
1 parent 8ed322c commit e5dda7b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Plugin.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ function_requirements('whm_api');
102102
}
103103
}
104104

105-
public static function doDisable(\Service_Order $serviceOrder) {
105+
public static function doDisable(\Service_Order $serviceOrder, $repeatInvoiceId, $regexMatch = FALSE) {
106106
$serviceInfo = $serviceOrder->getServiceInfo();
107107
$settings = get_module_settings(self::$module);
108108
$db = get_module_db(self::$module);

0 commit comments

Comments
 (0)