Added filefix %AREA
This commit is contained in:
@@ -78,7 +78,7 @@ class Area extends Base
|
||||
->whereNotNull('export_at')
|
||||
->whereNull('sent_at')
|
||||
->orderBy('echomails.datetime')
|
||||
->skip($this->mo->fftn->system->pkt_msgs)
|
||||
->skip($this->mo->fftn->system->pkt_msgs) // Might already being sent in this session
|
||||
->delete();
|
||||
|
||||
Log::debug(sprintf('%s:- FTN [%s] UNSUBSCRIBED from [%s] clearing [%s]',self::LOGKEY,$this->mo->fftn->ftn,$area,$x));
|
||||
|
Reference in New Issue
Block a user