Export fixes and updates from live
This commit is contained in:
@@ -12,7 +12,6 @@
|
||||
abstract class Minion_Task extends Kohana_Minion_Task {
|
||||
protected $_sysoptions = array(
|
||||
'site'=>NULL,
|
||||
'verbose'=>FALSE,
|
||||
);
|
||||
|
||||
/**
|
||||
|
@@ -15,7 +15,7 @@ return array
|
||||
'ajax'=>FALSE, // AJAX actions can only be run by ajax calls if set to FALSE
|
||||
'etag'=>FALSE, // Force generating ETAGS
|
||||
'checkout_notify'=>FALSE, // Test mode to test a particular checkout_notify item
|
||||
'disabled_noaccess_redirect'=>TRUE, // Disable redirect when noaccess
|
||||
'disabled_noaccess_redirect'=>FALSE, // Disable redirect when noaccess
|
||||
'email_admin_only'=> array( // Override emails and send them to an admin instead
|
||||
'task_invoice_list_overdue'=>array('deon@leenooks.net'=>'Deon George'),
|
||||
'task_invoice_remind_overdue_1'=>array('deon@leenooks.net'=>'Deon George'),
|
||||
|
Reference in New Issue
Block a user