Fixed Paypal IPN and other minor items
This commit is contained in:
@@ -19,7 +19,7 @@ class Task_SSL_Renew extends Minion_Task {
|
||||
* Renew a certificate
|
||||
*/
|
||||
protected function _execute(array $params) {
|
||||
ORM::factory('Service',$params['id'])->plugin()->renew($params['force']);
|
||||
ORM::factory('Service',$params['id'])->plugin()->renew(Minion_CLI::options('force'));
|
||||
}
|
||||
}
|
||||
?>
|
||||
|
Reference in New Issue
Block a user