Internal overhaul of Cart/Checkout and other minor fixes
This commit is contained in:
@@ -20,7 +20,7 @@ class Task_Adsl_Trafficalert extends Minion_Task {
|
||||
|
||||
// @todo Pick up services that are no longer active, but were inactive < 30 days ago.
|
||||
foreach (ORM::factory('Service')->list_byplugin('ADSL') as $so) {
|
||||
if ($params['verbose'])
|
||||
if (Minion_CLI::options('verbose'))
|
||||
echo $so->service_name()."\n";
|
||||
|
||||
if (! $data=$so->plugin()->traffic_report())
|
||||
|
Reference in New Issue
Block a user