Added affiliate pages and email due invoices
This commit is contained in:
@@ -20,7 +20,7 @@ class Controller_Task_Task extends Controller_Task {
|
||||
$tm = 'list_'.$this->request->param('id');
|
||||
|
||||
if (! method_exists($to,$tm))
|
||||
throw new Kohana_Exception('Unknown Task List command :command',array(':command'=>$mode));
|
||||
throw new Kohana_Exception('Unknown Task List command :command',array(':command'=>$tm));
|
||||
|
||||
$output .= sprintf('%2s %30s %21s %21s %40s',
|
||||
'ID','Command','Last Run','Next Run','Description');
|
||||
|
Reference in New Issue
Block a user