1
0
Fork 0
mirror of https://github.com/Oreolek/kangana.git synced 2024-05-18 08:58:19 +03:00
This commit is contained in:
Alexander Yakovlev 2015-02-25 18:11:26 +07:00
parent c2fe647f18
commit 34c915aad5

View file

@ -9,7 +9,7 @@
class Task_Send extends Minion_Task
{
protected $_options = array();
/**
* Send all prepared letters.
*
@ -23,6 +23,7 @@ class Task_Send extends Minion_Task
try
{
$letters = DB::select(
array('letters.id', 'id'),
array('letters.text', 'text'),
array('letters.subject', 'subject'),
array('clients.email', 'email'),