Moved Invoice reminders into Minion Tasks
This commit is contained in:
@@ -160,7 +160,7 @@ class Config extends Kohana_Config {
|
||||
* @return mixed|array - Email to send test emails to
|
||||
*/
|
||||
public static function testmail($template) {
|
||||
$config = Kohana::$config->load('config')->email_admin_only;
|
||||
$config = Kohana::$config->load('debug')->email_admin_only;
|
||||
|
||||
if (is_null($config) OR ! is_array($config) OR empty($config[$template]))
|
||||
return FALSE;
|
||||
|
Reference in New Issue
Block a user