Fixed Paypal IPN and other minor items

This commit is contained in:
Deon George
2013-12-04 21:37:09 +11:00
parent 06b87c5135
commit 8ba487a4a6
12 changed files with 44 additions and 71 deletions

View File

@@ -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'));
}
}
?>